/* Desktop */
.first-screen {
    margin-top: 160px;
    padding-bottom: 70px;
}
.gold{
    color: var(--color-accent-gold);
}
h3.subtitle{
    margin: 0;
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-header);
}
h3.subtitle.gold{
    color: var(--color-accent-gold);
}
.content {
    width: 920px;
    max-width: 920px;
    margin: 0 auto;
}
.first-screen .subtitle {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
}
.container-first-screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: 100%;
}
.left-side-first-screen,
.right-side-first-screen {
    min-width: 0;
}
.left-side-first-screen {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}
.blur-description .percent.gold{
    font-size: 23px;
}
.first-screen .title {
    margin: 0;
    font-size: 37px;
    font-weight: 500;
    line-height: 1.12;
    text-wrap: balance;
    font-family: "Times New Roman";
}
/* Â«Ð£Ð±ÐµÑ€Ð¸Ñ‚Ðµ Ñ…Ð°Ð¾ÑÂ» Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ Ð¾Ñ‚Ð´ÐµÐ»ÑŒÐ½ÑƒÑŽ Ð¿ÐµÑ€Ð²ÑƒÑŽ ÑÑ‚Ñ€Ð¾ÐºÑƒ */
.first-screen .cascade-size {
    display: block;
    white-space: nowrap;
    font-size: 71px;
}
/* ÐžÑÑ‚Ð°Ð»ÑŒÐ½Ð¾Ð¹ Ñ‚ÐµÐºÑÑ‚ Ñ€Ð°ÑÑÑ‡Ð¸Ñ‚Ð°Ð½ Ð¿Ñ€Ð¸Ð¼ÐµÑ€Ð½Ð¾ Ð½Ð° Ñ‚Ñ€Ð¸ ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
.first-screen .title {
    max-width: 450px;
}
.first-screen .description {
    margin: 40px 0;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--color-header);
    line-height: 1.3;
    font-size: 22px;
}
.first-screen .btn-express-audit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
    min-height: 55px;
    padding: 0 24px;
    border: 1px solid #d7be8a;
    border-radius: 20px;
    background-color: #000102;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.right-side-first-screen {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    box-sizing: border-box;
    padding: 20px;
    background-color: var(--color-header);
    border-radius: 20px;
    margin-right: auto;
}
.right-side-first-screen img {
    display: block;
    width: 260px;
    height: 100%;
    object-fit: contain;
}
.second-screen{
    padding: 50px 0;
    padding-bottom: 70px;
    background-color: var(--color-accent-gold-light-bg);
}
.container-second-screen{
    display: flex;
    gap: 40px;
    color: var(--color-header);
}
.left-side-second-screen{
    width: 539px;
}
.second-screen .title{
    font-size: 46px;
    font-weight: 400;
    font-family: "Times New Roman";
    line-height: 50px;
    margin: auto;
}
.second-screen .cascade-size{
    font-size: 51px;
}
.second-screen .description{
    font-size: 24px;
}
.report-button,
.video-gid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 369px;
    height: 55px;
    background-color: white;
    color: var(--color-header);
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}
.right-side-second-screen{
    width: 479px;
    padding: 20px;
    background-color: #252d4f;
    border-radius: 15px;
    margin-top: 18px;
}
.right-side-second-screen .description{
    color: white;
    font-size: 16px;
    line-height: 24px;
}
.video-img img{
    max-width: 223px;
}
.video-description {
    max-width: 182px;
    color: #11182d;
    font-size: 22px;
    line-height: 1.08;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-description-title {
    margin-bottom: 0px;
}

.video-duration {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    justify-content: flex-end;
}

.video-arrows {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 5px;
    color: #d7be8a;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -8px;
}
.into-right-side-second-screen{
    border-radius: 20px;
    background-color: #40496f;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blur-description{
    background-color: #59658f;
    padding: 10px;
    display: flex;
    gap: 10px;
    font-size: 15px;
    border-radius: 15px;
    position: relative;
    padding-bottom: 30px;
    color: white;
}
.source {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 14px;
    color: white;
    text-align: right;
}
.description-company{
    margin-bottom: 18px;
    line-height: 22px;
    font-size: 16px;
}
.report-screen {
    padding: 50px 0 70px;
    background-color: var(--color-accent-gold-lighter-dark);
    color: var(--color-header);
}
.report-screen .content{
    width: 1140px;
    max-width: 1140px;
}
.report-screen .report-subtitle {
    margin: auto;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    width: 920px;
}

.report-screen .report-title {
    max-width: 920px;
    margin: 0 auto 25px;
    font-family: "Times New Roman", serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 0.98;
    color: var(--color-header);
}

.report-description {
    max-width: 920px;
    margin: 0 auto 36px;
    font-family: var(--font-secondary);
    font-size: 24px;
    line-height: 1.32;
    color: var(--color-header);
}

.report-table-wrapper {
    padding: 20px;
    background-color: #1e2e61;
    border-radius: 20px;
}

.report-table {
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(
        to bottom right,
        #0c142e,
        #101a38
    );
    color: #fff;
}

.report-table-header,
.report-table-row,
.report-table-total {
    display: grid;
    grid-template-columns: 1.15fr 0.82fr 1.32fr 0.82fr;
}

.report-table-header {
    border-bottom: 1px solid rgba(215, 190, 138, 0.2);
}

.report-table-row {
    min-height: 122px;
}

.report-table-total {
    border-top: 2px solid var(--color-accent-gold);
}

.report-cell {
    min-width: 0;
    box-sizing: border-box;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.32;
}

.report-table-header .report-cell {
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--color-accent-gold);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.report-situation {
    font-weight: 600;
}

.report-loss {
    color: #ff3c45;
    font-family: "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.2;
}

.report-profit {
    color: #39b85a;
    font-family: "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.2;
}

.report-solution {
    color: #fff;
}

.report-total-title {
    font-weight: 700;
}

.report-total-loss,
.report-total-profit {
    font-size: 20px;
}

.report-total-solution {
    color: #fff;
}

.report-value-block {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    gap: 22px;
    margin-top: 20px;
    padding: 18px 32px;
    border: 2px solid rgba(215, 190, 138, 0.55);
    border-radius: 36px;
    background: linear-gradient(
        to bottom right,
        #172753,
        #121f45
    );
    color: #fff;
}

.report-value-number {
    font-family: "Times New Roman", serif;
    font-size: 68px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.report-value-content {
    min-width: 0;
}

.report-value-title {
    margin: 0 0 10px;
    font-family: "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
}

.report-value-description {
    margin: 0;
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.25;
    color: var(--color-accent-gold);
}
.report-button{
    margin: auto;
    margin-top: 20px
}

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

.subscription-screen .content{
    width: 1140px;
    max-width: 1000px;
}

.subscription-subtitle {
    margin-bottom: 24px;
    font-size: 18px;
}

.subscription-title {
    margin: 0;
    color: #fff;
    font-family: "Times New Roman";
    font-size: 60px;
    font-weight: 400;
    line-height: 0.98;
}

.subscription-description {
    margin: 48px 0 30px;
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 600;
}

.subscription-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.subscription-card {
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 22px 24px;
    border: 1px solid rgba(215,190,138,.65);
    border-radius: 18px;
    background: #0d0e35;
    box-sizing: border-box;
}

.subscription-icon {
    margin-bottom: 18px;

    color: var(--color-accent-gold);
    font-size: 34px;
}

.subscription-card-title {
    margin: 0 0 28px;
    color: #fff;
    font-family: "Times New Roman";
    font-size: 23px;
    font-weight: 400;
    line-height: 1.08;
}

.subscription-card-text {
    margin: 0;
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.42;
}

.subscription-card-list {
    margin: 0;
    padding-left: 24px;

    color: #fff;

    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1.42;
}

.subscription-card-list li {
    margin-bottom: 10px;
}

.subscription-card-list li:last-child {
    margin-bottom: 0;
}

.subscription-card-price {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 26px;
    color: var(--color-accent-gold);
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1.35;
}

.subscription-ruble {
    flex-shrink: 0;
    font-size: 34px;
    line-height: 1;
    opacity: .9;
}

.cases-screen {
    padding: 60px 0 80px;
    background-color: var(--color-accent-gold-lighter-dark);
}

.cases-content {
    width: 920px;
    max-width: 1140px;
    margin: 0 auto;
}

.cases-subtitle {
    margin-bottom: 8px;
    text-align: center;
    color: var(--color-header);
    font-size: 15px;
    font-weight: 600;
}

.cases-title {
    margin: 0;
    text-align: center;
    color: #000;
    font-family: "Times New Roman", serif;
    font-size: 47px;
    font-weight: 400;
    line-height: 0.98;
}

.cases-note {
    margin: 12px 0 18px;
    text-align: center;
    color: #716e68;
    font-family: var(--font-secondary);
    font-size: 21px;
    font-weight: 700;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-items: stretch;
}

.case-card {
    overflow: hidden;
    border: 1px solid var(--color-accent-gold);
    border-radius: 18px;
    background-color: white;
    box-sizing: border-box;
}

.case-card-header {
    padding: 14px 24px;
    background-color: #b49761;
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 19px;
    font-weight: 700;
}

.case-card-body {
    padding: 12px 16px 14px;
    color: #111;
}

.case-label {
    display: block;
    margin-bottom: 3px;
    color: #b49761;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 500;
}

.case-company-name {
    margin: 0;
    font-family: "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.05;
}

.case-company-description {
    margin: 2px 0 10px;
    font-family: "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.15;
}

.case-stats {
    display: grid;
    grid-template-columns: 85px 130px 1fr;
    margin-bottom: 8px;
}

.case-stat {
    min-height: 52px;
    padding: 8px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #e3dccf;
    box-sizing: border-box;
}

.case-stat:last-child {
    border-right: none;
}

.case-stat strong {
    display: block;
    margin-bottom: 2px;
    font-family: var(--font-secondary);
    font-size: 17px;
    line-height: 1;
}

.case-stat span {
    display: block;
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1.2;
}

.case-task {
    padding: 5px 10px;
    border-bottom: 2px solid #777f91;
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.25;
}

.case-section {
    padding: 8px 10px;
    border-bottom: 2px solid #777f91;
}

.case-section-title {
    margin: 0 0 5px;
    color: #716e68;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
}

.case-text {
    margin: 0;
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.27;
}

.case-solution-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case-solution-list li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 24px;
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.25;
}

.case-solution-list li:last-child {
    margin-bottom: 0;
}

.case-solution-list li::before {
    content: "➔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-accent-gold);
    font-size: 20px;
    line-height: 1;
}

.case-result {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background-color: #e3dccf;
}

.case-result-heading {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 8px;
    align-items: start;
    margin-bottom: 8px;
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.2;
}

.case-result-heading strong {
    color: #656565;
    font-size: 15px;
}

.case-result-heading span {
    font-weight: 700;
}

.case-result-metrics {
    display: flex;
    gap: 46px;
    margin: 4px 0 8px 100px;
}

.case-result-metric strong {
    display: block;
    color: var(--color-header);
    font-family: "Times New Roman", serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.case-result-metric span {
    display: block;
    margin-top: 3px;
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1.15;
}

.case-result-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case-result-list li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 32px;
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1.2;
}

.case-result-list li:last-child {
    margin-bottom: 0;
}

.case-result-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("/img/icons/key.svg") center center / contain no-repeat;
}
.sixth-screen {
    padding: 50px 0 70px;
    background-color: var(--color-accent-gold-light-bg);
    color: #0e152c;
    font-family: "Open Sans", sans-serif;
}

.sixth-screen .content {
    width: 1140px;
    max-width: 1140px;
    margin: auto;
}

.sixth-screen .subtitle {
    margin: 0 0 20px;
    color: #0e152c;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.sixth-screen .title {
    width: 900px;
    margin: auto;
    color: #0e152c;
    text-align: center;
    font-family: "Times New Roman", serif;
    font-size: 54px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
}

.sixth-screen .subtitle-description {
    width: 600px;
    margin: 25px auto;
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.sixth-screen .container-card {
    display: flex;
    gap: 10px;
}

.sixth-screen .card {
    width: 25%;
    padding: 6px 18px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 18px;
    background: #f8f6f1;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.12);
    transition: border-color 0.2s ease;
}

.sixth-screen .card:hover {
    border-color: #d9b86f;
}

.sixth-screen .number-sixth {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #d9b86f;
    border-radius: 50%;
    color: #d9b86f;
    font-size: 21px;
}

.sixth-screen .title-card {
    height: 76px;
    margin: 13px 0;
    color: #000;
    font-family: "Times New Roman", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.05;
}

.sixth-screen .description-card {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.35;
}

.seventh-screen {
    padding: 50px 0 70px;
    color: #fff;
}

.seventh-screen .content {
    width: 920px;
    max-width: 920px;
    margin: 0 auto;
}

.seventh-subtitle {
    margin: 0 0 20px;
    color: var(--color-accent-gold);
    font-family: var(--font-secondary);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

.seventh-title {
    margin: 0 0 55px;
    color: #fff;
    font-family: "Times New Roman", serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.5px;
}

.tariffs-table {
    width: 100%;
    overflow: hidden;
    border: 1px solid #36558b;
    border-radius: 17px;
    background-color: #f8f7f3;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.tariffs-row {
    display: grid;
    grid-template-columns: 28% 24% 24% 24%;
}

.tariffs-cell {
    min-width: 0;
    min-height: 58px;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(39, 58, 88, 0.65);
    color: #111;
    font-family: var(--font-secondary);
    font-size: 13px;
    line-height: 1.22;
    text-align: center;
}

.tariffs-name-cell,
.tariffs-feature {
    justify-content: flex-start;
    background-color: #fff;
    text-align: left;
}

.tariffs-feature {
    padding-left: 26px;
    font-size: 13px;
}

.tariff-column {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.tariff-growth {
    background-color: #f2efe8;
}

.tariff-scaling {
    background: linear-gradient(
        90deg,
        #ebdfc3 0%,
        #f5eedb 100%
    );
}

.tariff-branding {
    background: linear-gradient(
        90deg,
        #f4e9cb 0%,
        #efe1b8 100%
    );
}

.tariffs-header .tariffs-cell {
    min-height: 205px;
    padding-top: 20px;
    padding-bottom: 18px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(39, 58, 88, 0.75);
}

.tariffs-header .tariffs-name-cell {
    padding: 22px 26px;
}

.tariffs-header .tariff-column {
    flex-direction: column;
    justify-content: flex-start;
}

.tariffs-label {
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

.tariff-title {
    min-height: 34px;
    margin: 0 0 14px;
    color: #111;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
}

.tariff-price {
    margin-bottom: 11px;
    color: #090909;
    font-family: var(--font-secondary);
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.tariff-price span {
    margin-left: 4px;
    font-size: 17px;
}

.tariff-saving {
    color: #111;
    font-size: 14px;
    line-height: 1.2;
}

.tariff-saving strong {
    font-size: 17px;
    font-weight: 400;
}

.tariff-check {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #3e7544;
    border-radius: 50%;
    box-sizing: border-box;
}

.tariff-check::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #3e7544;
    border-bottom: 2px solid #3e7544;
    transform: rotate(-45deg);
}

.tariff-minus {
    width: 17px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background-color: #3e7544;
}

.tariffs-footer .tariffs-cell {
    min-height: 90px;
    padding: 15px;
    border-bottom: 0;
}

.tariff-button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #d2a94d;
    border-radius: 14px;
    background: linear-gradient(
        180deg,
        #f6e9c8 0%,
        #ead29a 100%
    );
    box-shadow: 0 4px 9px rgba(132, 99, 27, 0.15);
    color: #17213d;
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.tariff-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 13px rgba(132, 99, 27, 0.25);
}

.tariff-button:active {
    transform: translateY(0);
}

.tariffs-row:nth-last-child(2) .tariffs-cell {
    border-bottom: 1px solid rgba(39, 58, 88, 0.75);
}
.about-author-screen {
    padding: 50px 0 70px;
    background: #eee8dc;
}

.about-author-screen .content {
    width: 980px;
    margin: 0 auto;
}

.about-author-screen .subtitle {
    margin: 0 0 10px;
    color: #101833;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.about-author-screen .title {
    margin: 0 0 12px;
    color: #101833;
    font-family: "Times New Roman", serif;
    font-size: 84px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.about-author-screen .subtitle-description {
    margin: 0 0 28px;
    color: #111;
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
}

.container-someone {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.someone-left {
    position: relative;
    align-self: flex-end;
    width: 362px;
}

.someone-left img {
    display: block;
    width: 100%;
    height: auto;
}

.author-quote {
    position: absolute;
    right: 24px;
    bottom: 220px;
    width: 245px;
    padding: 15px 20px;
    border-radius: 8px;
    background: rgb(69 95 123 / 90%);
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.someone-right {
    width: 362px;
    padding-top: 22px;
    color: #111;
    font-size: 16px;
    line-height: 1.35;
}

.someone-right p {
    margin: 0 0 24px;
}

.someone-right strong {
    font-weight: 700;
}

.author-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    width: 757px;
    margin: auto;
    margin-top: -93px;
}

.author-stat {
    min-height: 108px;
    padding: 16px 34px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.12);
}

.author-stat p {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.25;
}

.author-stat-number {
    margin-bottom: 3px !important;
    color: #caa354 !important;
    font-family: "Times New Roman", serif;
    font-size: 32px !important;
    line-height: 1;
    font-weight: 700;
}

.author-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 52px;
    margin: 38px auto 0;
    border: 1px solid #101833;
    border-radius: 12px;
    color: #101833;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition:
        color 0.25s,
        background-color 0.25s;
}

.author-btn:hover {
    background: #101833;
    color: #fff;
}
.faq-screen {
    padding: 50px 0 70px;
}

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

.faq-screen .subtitle {
    margin: 0 0 20px;
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

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

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

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

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

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

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

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question {
    color: var(--color-accent-gold);
}

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

.faq-item.active .faq-icon::before {
    content: "×";
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.title{
    margin-bottom: 25px !important;
}
.guarantee-screen {
    padding: 40px 0 65px;
    color: #fff;
}

.guarantee-screen-content {
    width: 920px;
    margin: 0 auto;
    text-align: center;
}

.guarantee-screen-subtitle {
    margin: 0 0 20px;
    color: var(--color-accent-gold);
    font-family: var(--font-secondary);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
}

.guarantee-screen-title {
    width: 680px;
    margin: 0 auto 38px;
    color: #fff;
    font-family: "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 400;
}

.guarantee-screen-title strong {
    display: block;
    font-size: 56px;
    line-height: 0.95;
    font-weight: 700;
}

.guarantee-screen-description {
    width: 780px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
}

.guarantee-screen-description strong {
    display: block;
    font-weight: 700;
}

.guarantee-screen-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 55px;
    margin: 58px auto 0;
    border: 1px solid var(--color-accent-gold);
    border-radius: 12px;
    background: var(--color-accent-gold);
    color: #101833;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.25s,
        color 0.25s;
}

.guarantee-screen-btn:hover {
    background: transparent;
    color: var(--color-accent-gold);
}