:root {
    --color-id-code-audience-background: #111a39;
}

.first-screen {
    padding: 160px 0 70px;
    overflow: hidden;
    background: var(--color-background);
}

.first-screen .content {
    display: grid;
    grid-template-columns: 450px 1fr;
    column-gap: 32px;
    align-items: center;
    width: 920px;
    max-width: 920px;
    margin-inline: auto;
}

.first-screen__copy {
    position: relative;
    z-index: 2;
}

.first-screen__title {
    width: 608px;
    margin: 0 0 20px;
    font-family: "Times New Roman", Times, serif;
    font-size: 56px;
    font-weight: 700;
    line-height: .94;
    letter-spacing: -.8px;
}

.first-screen__title span {
    color: #d9bd80;
    font-family: "Times New Roman";
}

.first-screen__description {
    position: relative;
    width: 432px;
    margin-bottom: 20px;
    padding: 18px 17px 20px;
    border-radius: 17px;
    background: #0d1731;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}

.first-screen__actions {
    display: grid;
    width: 424px;
    gap: 20px;
}

.first-screen__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.first-screen__button--primary {
    background: #ddc187;
    color: #070b15;
}
.first-screen__button--primary:hover{
    color: #070b15;
}

.first-screen__button--secondary {
    border: 1px solid #fff;
    background: transparent;
}

.first-screen__note {
    width: 410px;
    margin: 40px 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.first-screen__visual {
    position: relative;
    align-self: center;
    width: 308px;
    margin: 76px 0 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    background: #081126;
}

.first-screen__visual figcaption {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 8px 10px;
    background: rgba(5, 14, 33, .68);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.first-screen__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.audience-screen {
    padding: 50px 0 70px;
    background: var(--color-id-code-audience-background);
}

.audience-screen .content {
    width: 920px;
    margin-inline: auto;
}

.audience-screen__header {
    text-align: center;
}

.audience-screen__eyebrow {
    margin: 0 0 15px;
    color: var(--color-accent-gold);
    font-size: 20px;
    font-weight: 700;
}

.audience-screen__title {
    margin: 0;
    font-family: "Lovelace", "Times New Roman", serif;
    font-size: 62px;
    font-weight: 700;
    line-height: .92;
    letter-spacing: -.8px;
}

.audience-screen__lead {
    margin: 24px 0 27px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.audience-screen__cards {
    display: flex;
    gap: 40px;
    width: 860px;
    margin: auto;
}

.audience-card {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 25px;
    background-color: #091029;
}

.audience-card__top {
    min-height: 217px;
    padding: 20px;
    padding-left: 30px;
}

.audience-card--solo .audience-card__top {
    background: linear-gradient(145deg, #ac470a, #f06a0c);
}

.audience-card__icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: #ea690f;
}

.audience-card--solo .audience-card__icon {
    color: #fff;
}

.audience-card__role {
    margin: 0 0 20px;
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0;
}

.audience-card__goal {
    margin: 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.audience-card__bottom {
    padding: 20px;
    padding-left: 30px;
    border-top: 1px solid rgba(255, 255, 255, .9);
}

.audience-card--solo .audience-card__bottom {
    background: #f3f1ed;
    color: #111;
}

.audience-card__problem {
    margin: 0 0 17px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.17;
    letter-spacing: -.2px;
}

.audience-card--owner .audience-card__problem {
    /* font-weight: 600; */
}

.audience-card__fact {
    margin: 0 0 0 18px;
    font-size: 18px;
    line-height: 1.45;
}

.audience-card__fact strong {
    font-size: 22px;
    line-height: 1.25;
}

.metrics-screen {
    padding: 50px 0 70px;
    background: var(--color-background);
}

.metrics-screen__header {
    width: 920px;
    margin-inline: auto;
    text-align: center;
}

.metrics-screen__eyebrow {
    margin: 0 0 22px;
    color: var(--color-accent-gold);
    font-size: 20px;
    font-weight: 700;
}

.metrics-screen__title {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 62px;
    font-weight: 700;
    line-height: .92;
    letter-spacing: -.8px;
}

.metrics-screen__title span {
    font-family: "Times New Roman", Times, serif;
    font-size: inherit;
}

.metrics-screen__lead {
    margin: 35px 0 41px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.metrics-screen__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    width: 1140px;
    margin-inline: auto;
}

.metrics-card {
    min-height: 188px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 20px;
    background: #0c0b32;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.metrics-card--accent {
    border-color: var(--color-accent-gold);
}

.metrics-card:hover {
    border-color: var(--color-accent-gold);
    box-shadow: 0 0 0 1px var(--color-accent-gold);
}

.metrics-card__number {
    margin: 0 0 12px;
    color: #e2c277;
    font-family: "Lovelace", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.metrics-card__title {
    margin: 0 0 24px;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.metrics-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 8px;
}

.metrics-card__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 14px;
    border-radius: 10px;
    background: #121d42;
    color: #c7cad4;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.metrics-screen__note {
    position: relative;
    width: 720px;
    margin: 41px auto 0;
    padding: 23px 22px 24px 40px;
    overflow: hidden;
    border-radius: 10px;
    background: #111827;
}

.metrics-screen__note::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    background: #a18308;
}

.metrics-screen__note h3 {
    margin: 0 0 14px;
    color: #d9bd80;
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.metrics-screen__note p {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.25;
}

.fit-screen {
    padding: 50px 0 70px;
    background: var(--color-id-code-audience-background);
}

.fit-screen__content {
    width: 720px;
    margin-inline: auto;
    text-align: center;
}

.fit-screen__eyebrow {
    margin: 0 0 20px;
    color: var(--color-accent-gold);
    font-size: 20px;
    font-weight: 700;
}

.fit-screen__title {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 62px;
    font-weight: 700;
    line-height: .94;
    letter-spacing: -.5px;
}

.fit-screen__lead {
    margin: 34px 0 36px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.fit-screen__image {
    display: block;
    width: 100%;
    height: auto;
}

.results-screen {
    padding: 50px 0 70px;
}

.results-screen__header {
    width: 920px;
    margin-inline: auto;
    text-align: center;
}

.results-screen__eyebrow {
    margin: 0 0 20px;
    color: var(--color-accent-gold);
    font-size: 20px;
    font-weight: 700;
}

.results-screen__title,
.results-screen__reviews-title {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 62px;
    font-weight: 700;
    line-height: .92;
    letter-spacing: -.8px;
}

.results-screen__lead {
    margin: 34px 0 45px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.results-screen__cards,
.results-screen__reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 1140px;
    margin-inline: auto;
}

.result-card {
    min-height: 202px;
    padding: 20px 25px;
    border: 1px solid #d8c697;
    border-radius: 14px;
    background: #f5f3ef;
    color: #111;
}

.result-card__number {
    margin: 0 0 8px;
    color: #ef620d;
    font-family: "Times New Roman", Times, serif;
    font-size: 27px;
    font-weight: 700;
}

.result-card h3 {
    margin: 0 0 17px;
    font-family: var(--font-secondary);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.result-card > p:last-child {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
}

.results-screen__reviews-title {
    margin: 94px auto 52px;
    text-align: center;
}

.review-card {
    min-height: 360px;
    padding: 15px 25px 22px;
    border: 1px solid #dfca92;
    border-radius: 14px;
    background: #f5f3ef;
    color: #111;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}

.review-card h3 {
    margin: 0;
    color: #ef620d;
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.review-card__role {
    margin: 2px 0 7px;
    color: #ef620d;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: 700;
}

.review-card__stars {
    display: inline-block;
    margin: 0 0 8px;
    padding: 5px 10px;
    color: #f5a000;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
}

.review-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}

.pricing-screen {
    box-sizing: border-box;
    padding: 50px 0 70px;
    color: #fff;
    background: var(--color-id-code-audience-background);
}

.pricing-screen__header {
    width: 720px;
    margin: 0 auto;
    text-align: center;
}

.pricing-screen__eyebrow {
    margin: 0 0 27px;
    color: #dfc384;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-screen__title {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 62px;
    font-weight: 400;
    line-height: 0.95;
}

.pricing-screen__lead {
    margin: 34px 0 41px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.pricing-card {
    box-sizing: border-box;
    width: 470px;
    margin: 0 auto;
    padding: 35px 46px 35px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 30px;
    color: #fff;
    background: #0c0b32;
}

.pricing-card__old-price {
    color: #8f91a1;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: line-through;
}

.pricing-card__price {
    margin-top: 2px;
    color: #dfc384;
    font-size: 59px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.pricing-card__price span {
    font-size: 30px;
}

.pricing-card__meta {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 17px;
    color: #b9bac5;
    font-size: 18px;
}

.pricing-card__features {
    display: grid;
    gap: 14px;
    margin: 36px 0 36px;
    padding: 0;
    list-style: none;
}

.pricing-card__features li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.pricing-card__features li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 3px;
    width: 12px;
    height: 7px;
    border-bottom: 4px solid #ffd341;
    border-left: 4px solid #ffd341;
    transform: rotate(-45deg);
}

.pricing-card__form {
    margin: 0;
}

.pricing-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    padding: 15px 17px;
    border: 0;
    border-radius: 13px;
    color: #111;
    background: #dfc384;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.pricing-card__note {
    margin: 36px 0 0;
    color: #b9bac5;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
}

.faq-section {
    padding: 50px 0 70px;
    color: #fff;
}

.faq-section__content {
    width: 920px;
    margin: 0 auto;
}

.faq-section__eyebrow {
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.faq-section__title {
    margin: 0 0 30px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 66px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.faq-section__list {
    width: 760px;
    margin: 0 auto;
}

.faq-section__item {
    margin-bottom: 25px;
}

.faq-section__question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 18px 0 8px;
    border: 0;
    color: #fff;
    background: transparent;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.faq-section__icon {
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}

.faq-section__answer {
    display: none;
    box-sizing: border-box;
    width: calc(100% - 70px);
    padding: 2px 0 0 34px;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
}

.faq-section__item.active .faq-section__answer {
    display: block;
}

.faq-section__item.active .faq-section__question {
    color: var(--color-accent-gold);
}

.faq-section__item.active .faq-section__icon {
    border-color: var(--color-accent-gold);
    color: #101833;
    background: var(--color-accent-gold);
    font-size: 0;
}

.faq-section__item.active .faq-section__icon::before {
    content: "РҐ";
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.final-cta-screen {
    padding: 50px 0 70px;
    color: #fff;
    background: var(--color-id-code-audience-background);
}

.final-cta-screen__content {
    width: 720px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-screen__eyebrow {
    margin: 0 0 20px;
    color: #dfc384;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.final-cta-screen__title {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 0.95;
}

.final-cta-screen__lead {
    margin: 38px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.final-cta-screen__form {
    margin: 62px 0 0;
}

.final-cta-screen__button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 300px;
    min-height: 48px;
    margin: 62px auto 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 13px;
    color: #111;
    background: #dfc384;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.final-cta-screen__form .final-cta-screen__button {
    margin-top: 0;
}
