@font-face {
    font-family: 'Montserrat';
    src: url(https://www.cogn-iq.org/fonts/normal.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
body {
    font-family: 'Montserrat', sans-serif
}
img {
    display: block
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #fff0, rgb(0 0 0 / .75), #fff0)
}
p {
    line-height: 1.6
}
ol, ul {
    padding-left: 20px
}
li {
    margin-bottom: 10px
}
h1, h2, h3 {
    margin-bottom: 20px;
    color: #444
}
a {
    color: #007ACC;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
.highlight {
    position: relative;
    background-image: linear-gradient(transparent 60%, #ffb341 60%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: 0 100%;
    padding-bottom: 3px
}
.highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffb341;
    border-radius: 3px
}
ul {
    list-style-type: none;
    padding-left: 0
}
ul li {
    margin-bottom: 10px;
    color: #000;
    line-height: 1.5
}
.support-button {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    transition: 0.3s;
    text-align: center;
    margin-top: 20px
}
.support-button:hover {
    background-color: #0056b3;
    text-decoration: none;
    color: #fff
}
@media (min-width:768px) {
    .navbar li {
        display: inline;
        margin: 0 15px
    }
    .user-types {
        flex-direction: row
    }
    .individual-users, .pro-users {
        width: 48%;
        margin-bottom: 0
    }
    .card {
        width: calc(33.33% - 20px);
        margin-right: 20px
    }
    .card:nth-child(3n) {
        margin-right: 0
    }
    .article-card {
        width: calc(33.33% - 20px);
        margin-right: 20px
    }
    .article-card:nth-child(3n) {
        margin-right: 0
    }
    .articles-grid {
        flex-direction: row;
        align-items: flex-start
    }
    #testCardsContainer {
        justify-content: space-between
    }
}
@media (min-width:1024px) {
    body {
        font-size: 18px
    }
    .card, .article-card {
        width: 30%
    }
    #testCardsContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 20px
    }
}
.menu-toggle {
    display: none
}
.menu-toggle:checked + .menu-button span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}
.menu-toggle:checked + .menu-button + .menu span:nth-child(2) {
    opacity: 0
}
.menu-toggle:checked + .menu-button + .menu span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}
.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    transition: 0.3s
}
.menu li {
    display: inline;
    padding: 0 10px
}
@media only screen and (max-width:600px) {
    .menu-button {
        display: block
    }
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background: #fff;
        box-shadow: 0 2px 5px rgb(0 0 0 / .1)
    }
    .menu-toggle:checked + .menu-button + .menu {
        display: flex
    }
    .menu li {
        display: block;
        margin: 10px 0
    }
}
textarea {
    min-height: 200px
}
.cite {
    font-weight: 700;
    margin-top: 10px;
    display: block;
    color: #007bff
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease
}
.arrow:hover {
    background-color: #0056b3
}
.left-arrow {
    left: 10px
}
.right-arrow {
    right: 10px
}
@media screen and (max-width:768px) {
    .testimonial {
        font-size: 14px
    }
    .arrow {
        padding: 5px
    }
}
.user-type-switch {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0
}
.user-type-switch input[type="radio"] {
    appearance: none;
    display: none
}
.user-type-switch label {
    background-color: #f2f2f2;
    color: #333;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease
}
.user-type-switch input[type="radio"]:checked + label {
    background-color: #333;
    color: #fff
}
.user-type-switch label:hover {
    background-color: #ffd699;
    color: #333
}
.user-type-switch input[type="radio"]:checked + label:hover {
    background-color: #ffbf66
}
.page-introduction {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}
.page-introduction h2 {
    color: #007ACC;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center
}
.page-introduction p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8
}
.page-introduction ul {
    list-style-type: disc;
    padding-left: 40px
}
.page-introduction ul li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 1.7
}
.page-introduction ul li strong {
    color: #007ACC
}
.page-introduction p:last-child {
    margin-bottom: 0
}
@media (min-width:768px) {
    .page-introduction {
        padding: 40px
    }
    .page-introduction h2 {
        font-size: 32px
    }
    .page-introduction p, .page-introduction ul li {
        font-size: 18px
    }
}
.page-introduction {
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 8px 16px rgb(0 0 0 / .3);
    color: #fff
}
.page-introduction h2 {
    color: #FF6E00;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .4)
}
.page-introduction p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8
}
.page-introduction ul {
    list-style-type: disc;
    padding-left: 40px
}
.page-introduction ul li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.7;
    text-shadow: 1px 1px 2px rgb(0 0 0 / .3)
}
.page-introduction ul li strong {
    color: #FF6E00;
    font-weight: 600
}
.page-introduction p:last-child {
    margin-bottom: 0
}
.report-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center
}
.futuristic-button {
    display: inline-block;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgb(0 123 255 / .75), 0 0 15px rgb(0 198 255 / .75);
    margin-bottom: 20px
}
.futuristic-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgb(255 255 255 / .1);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease
}
.futuristic-button:hover:before {
    transform: translate(-50%, -50%) scale(1)
}
.futuristic-button:hover {
    transform: translateY(-5px);
    background: linear-gradient(90deg, #0072ff, #00c6ff);
    box-shadow: 0 6px 20px rgb(0 123 255 / .85), 0 0 20px rgb(0 198 255 / .85)
}
.futuristic-button:active {
    transform: translateY(2px);
    background: linear-gradient(90deg, #0061ff, #0091ff)
}
@media (min-width:768px) {
    .report-cta {
        flex-direction: row;
        justify-content: space-around
    }
}
.order-tutorial {
    background: linear-gradient(to bottom, #fdfdfd 94%, #f0f0f0 95%);
    background-size: 100% 30px;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: 0 3px 10px rgb(0 0 0 / .1);
    font-family: 'Caveat', cursive;
    color: #333;
    line-height: 1.5;
    max-width: 800px;
    margin: auto;
    position: relative
}
.order-tutorial:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 1px;
    background: repeating-linear-gradient(to bottom, #007ACC, #007ACC 1px, transparent 2px, transparent 30px)
}
.order-tutorial h2 {
    color: #007ACC;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Permanent Marker', cursive
}
.order-tutorial h3 {
    color: #444;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 20px
}
.order-tutorial p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
    padding-left: 35px
}
.order-tutorial ul {
    list-style-type: disc;
    margin-left: 45px;
    margin-bottom: 20px
}
.order-tutorial ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555
}
.order-tutorial strong {
    color: #007ACC
}
.order-tutorial .important-notes {
    background-color: #fff4e6;
    border-left: 5px solid #ff9f43;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    padding-left: 45px
}
.order-tutorial .important-notes p {
    font-size: 16px;
    color: #333
}
@media (min-width:768px) {
    .order-tutorial {
        padding: 40px
    }
    .order-tutorial h2 {
        font-size: 32px
    }
    .order-tutorial h3 {
        font-size: 22px
    }
    .order-tutorial p, .order-tutorial ul li {
        font-size: 18px
    }
}
.disclaimer {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 1.6
}
.disclaimer h3 {
    color: #007ACC;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700
}
.disclaimer p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555
}
@media (min-width:768px) {
    .disclaimer {
        padding: 25px;
        font-size: 17px
    }
}
.section-about {
    background-color: #f5f5f5;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1)
}
.section-about h2 {
    color: #007ACC;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase
}
.section-about p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify
}
@media (min-width:768px) {
    .section-about {
        padding: 60px 40px
    }
    .section-about h2 {
        font-size: 32px
    }
    .section-about p {
        font-size: 18px
    }
}