/*
 * Page-specific stylesheet for free-mac-data-recovery.html.
 * This file replaces /css/data-recovery-mac.css for this page so purchase and ad pages that share the old CSS are not affected.
 * Keep first-screen banner styles inline in free-mac-data-recovery.html; place below-the-fold/content module styles here.
 */

:root {
    --ib-radius: 8px;
    --ib-heading-color: #2c3e50;
    --ib-body-font-size: 1.125rem;
    --ib-body-line-height: 1.78;
    --ib-icon-red-bg: #fff3f3;
    --ib-icon-red-border: #ffd9d9;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

body {
    color: #4c4c4c;
}

.headline {
    padding-top: 4.375rem;
    margin-bottom: 1.875rem;
}

.btn-first,
.btn-second,
.btn-app-store {
    margin-top: 0;
}

.btn-first a,
.btn-second a,
.btn-app-store a {
    font-size: 1.25rem;
}

.btn-first a .icon-down-circle,
.btn-second a .icon-down-circle,
.btn-second a .icon-buy,
.btn-app-store a .icon-down-circle {
    margin-right: 0.625rem;
    font-size: 1.5rem;
    vertical-align: text-top;
}

.btn-second a:hover .icon-buy {
    color: #ffffff;
}

.btn-app-store {
    position: relative;
    display: inline-block;
    min-height: 4.25rem;
    border: 1px solid #2d78d6;
    border-radius: var(--ib-radius);
    background: #ffffff;
    overflow: hidden;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.btn-app-store a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.25rem;
    padding: 0 2.25rem;
    color: #2d78d6;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.btn-app-store-text {
    min-width: 0;
    max-width: 18rem;
}

.btn-app-store:hover {
    border-color: #1f5aa2;
    background: #1f5aa2;
}

.btn-app-store:hover a {
    color: #ffffff;
}

.section-download-cta {
    margin-top: 1.5rem;
    row-gap: 0.875rem;
}

.section-download-cta > [class*="col-"],
.productBannerDown .row > [class*="col-"] {
    text-align: center;
}

.section-download-cta .btn-first,
.section-download-cta .btn-app-store {
    margin-bottom: 0;
}

.section-text-link {
    margin: 1.25rem 0 0;
    text-align: center;
}

.section-text-link a {
    color: #2d78d6;
    font-weight: 700;
}

.section-text-link a:hover {
    color: #1f5aa2;
}

@media (max-width: 991px) {
    .btn-first,
    .btn-second,
    .btn-app-store {
        margin-top: 0.625rem;
    }

}

@media (max-width: 575px) {
    .btn-first,
    .btn-second,
    .btn-app-store {
        width: min(100%, 22rem);
    }

    .btn-first a,
    .btn-second a,
    .btn-app-store a {
        width: 100%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        white-space: normal;
    }
}

.fade-element {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-element.fade-hidden {
    opacity: 0;
    transform: translateY(100px);
}

.fade-element.fade-in {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .fade-element,
    .fade-element.fade-hidden,
    .fade-element.fade-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Shared content sections */
.what-data {
    padding-bottom: 4.5rem;
    background: #ffffff !important;
}

.what-data .headline {
    padding-top: 2.25rem;
    margin-bottom: 2.35rem;
}

.product-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.product-section .headline {
    margin-bottom: 2.6rem;
    text-align: center;
}

.product-section .headline,
.discuss .headline {
    padding-top: 0;
}

.product-section .headline h2,
.what-data .headline h2 {
    color: var(--ib-heading-color);
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.18;
}

.what-data .headline h2 {
    line-height: 1.2;
}

.discuss .headline h2,
.edition .headline h2,
.hotSituations .headline h2 {
    color: var(--ib-heading-color);
    font-size: 2.375rem;
}

.what-data .headline p {
    color: #141414;
    font-size: var(--ib-body-font-size);
    line-height: var(--ib-body-line-height);
}

.recover-scope,
.supported-scope,
.why-choose {
    background: #ffffff !important;
}

.recovery-limits,
.built-in-comparison {
    background: rgba(68, 135, 237, 0.03);
}

.product-info-card,
.support-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem 2.125rem;
    border: 1px solid #e6edf7;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(28, 71, 122, 0.06);
}

.recover-scope .product-info-card,
.supported-scope .support-list {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.recover-scope .product-info-card:hover,
.supported-scope .support-list:hover {
    border-color: #c9e2ff;
    box-shadow: 0 16px 30px rgba(28, 71, 122, 0.09);
    transform: translateY(-3px);
}

.product-info-card h3,
.support-list h3 {
    margin-bottom: 1rem;
    color: #1f2937;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.48;
}

.product-info-card p,
.support-list li,
.check-list li {
    color: #475569;
    font-size: var(--ib-body-font-size);
    line-height: var(--ib-body-line-height);
}

.product-info-card p {
    margin-bottom: 0;
}

.support-list ul,
.check-list {
    padding-left: 0;
    margin-top: 0.125rem;
    margin-bottom: 0;
}

.support-list li,
.check-list li {
    position: relative;
    padding-left: 1.55rem;
    margin-bottom: 0.95rem;
    list-style: none;
}

.support-list li::before,
.check-list li::before {
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.45rem;
    height: 0.45rem;
    content: "";
    border-radius: 50%;
    background: #4487ed;
}

.recovery-table-wrap {
    margin-bottom: 2.25rem;
    overflow-x: auto;
    border: 1px solid #dce7f5;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(28, 71, 122, 0.07);
}

.recovery-table {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
    color: #334155;
    table-layout: fixed;
}

.recovery-table thead th {
    color: #1e3a5f;
    font-weight: 700;
    border-top: 0;
    border-bottom: 1px solid #d5e3f3;
    background: #edf5ff;
}

.recovery-table th,
.recovery-table td {
    padding: 1.4rem 2.25rem;
    color: #001b3f;
    font-size: var(--ib-body-font-size);
    line-height: 1.82;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    vertical-align: top;
    border-color: #e1ebf6;
}

.recovery-table th:first-child,
.recovery-table td:first-child {
    width: 28%;
}

.what-data .recovery-table th:nth-child(2),
.what-data .recovery-table td:nth-child(2) {
    width: 22%;
}

.what-data .recovery-table th:nth-child(3),
.what-data .recovery-table td:nth-child(3) {
    width: 50%;
}

.recovery-table tbody th {
    color: #1f2937;
    font-weight: 700;
}

.safety-tip {
    max-width: 980px;
    padding: 1.35rem 1.75rem;
    margin: 2rem auto 0;
    color: #344054;
    font-size: var(--ib-body-font-size);
    line-height: var(--ib-body-line-height);
    border-left: 4px solid #ff9d4f;
    border-radius: var(--ib-radius);
    background: #fff7ef;
}

/* Recover scope */
.recover-scope .recover-card-grid {
    justify-content: center;
    row-gap: 1.5rem;
}

.recover-scope .section-download-cta {
    margin-top: 1.75rem;
}

.recover-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--ib-icon-red-border);
    border-radius: var(--ib-radius);
    background: var(--ib-icon-red-bg);
}

.recover-card-media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 1.875rem;
    max-height: 1.875rem;
    object-fit: contain;
}

.recover-scope .recover-card-grid > [class*="col-"]:nth-child(-n+4) .recover-card-media {
    border-color: rgba(239, 107, 107, 0.35);
    background: rgba(255, 52, 52, 0.1);
}

.recover-scope .recover-card-grid > [class*="col-"]:nth-child(-n+4) .recover-card-media img {
    filter: none;
}

.recover-card-media img[src$="mdr-recovery-mode.svg"] {
    filter: brightness(0) saturate(100%) invert(56%) sepia(36%) saturate(1338%) hue-rotate(314deg) brightness(96%) contrast(94%);
}

/* Supported scope and why choose */
.support-card-icon,
.feature-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.support-card-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
    border: 0;
    background: transparent;
}

.support-card-icon img {
    display: block;
    max-width: 2.625rem;
    max-height: 2.625rem;
    object-fit: contain;
}

.supported-scope .section-text-link {
    margin-top: 1.25rem;
}

.feature-card-icon {
    width: 3.25rem;
    height: 3.25rem;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #13a66a 0%, #38c98c 100%);
    box-shadow: 0 10px 20px rgba(19, 166, 106, 0.18);
}

.feature-card-icon img {
    display: block;
    max-width: 2rem;
    max-height: 2rem;
    object-fit: contain;
}

.why-choose-list {
    max-width: 920px;
    margin: 0 auto;
}

.why-choose-item {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1.375rem;
    border: 1px solid #e6edf7;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(28, 71, 122, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.why-choose-item:hover {
    border-color: #c9e2ff;
    box-shadow: 0 14px 26px rgba(28, 71, 122, 0.08);
    transform: translateY(-2px);
}

.why-choose-item .feature-card-icon {
    flex: 0 0 3.25rem;
}

.why-choose-item > div {
    flex: 1;
}

.why-choose-item h3 {
    margin-bottom: 0.55rem;
    color: #141414;
    font-size: 1.125rem;
    line-height: 1.42;
}

.why-choose-item p {
    margin-bottom: 0;
    color: #475569;
    font-size: var(--ib-body-font-size);
    line-height: var(--ib-body-line-height);
}

.why-choose .section-download-cta {
    margin-top: 1.75rem;
}

/* User guide */
#user-guide {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

#user-guide .headline {
    margin-bottom: 1.75rem;
}

#user-guide .steps-section-title {
    margin-bottom: 0 !important;
    color: var(--ib-heading-color);
}

#user-guide .guide-help-link {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
}

#user-guide .step-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: var(--ib-radius);
    background: #f8f9fa;
    transition: transform 0.3s ease;
}

#user-guide .step-image-wrapper:hover {
    transform: scale(1.02);
}

#user-guide .step-img-dynamic {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--ib-radius);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

#user-guide .step-item {
    display: flex;
    align-items: center;
    min-height: 4.75rem;
    padding: 1.05rem 1.35rem;
    margin-bottom: 0.95rem;
    border: 2px solid transparent;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#user-guide .step-item:last-child {
    margin-bottom: 0;
}

#user-guide .step-item:hover {
    border-color: #b3d7ff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

#user-guide .step-item.active {
    border-color: #2d78d6;
    background-color: #f0f7ff;
    box-shadow: 0 10px 15px -3px rgba(45, 120, 214, 0.15), 0 4px 6px -2px rgba(45, 120, 214, 0.08);
}

#user-guide .step-number {
    flex: 0 0 3.25rem;
    min-width: 3.25rem;
    margin-right: 1.15rem;
    color: #d1d5db;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    transition: color 0.3s ease;
}

#user-guide .step-item.active .step-number {
    color: #2d78d6;
}

#user-guide .user-guide-step-title {
    min-width: 0;
    margin-bottom: 0;
    color: #1f2937;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.46;
    transition: color 0.3s ease;
}

#user-guide .step-item.active .user-guide-step-title {
    color: #1e3a8a;
}

#user-guide .section-download-cta {
    margin-top: 1.25rem;
}

/* Recovery limits */
.recovery-limits {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.limits-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 2.25rem;
    align-items: stretch;
    max-width: 1020px;
    margin: 0 auto;
}

.limits-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 2rem;
    border: 1px solid #e6edf7;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(28, 71, 122, 0.06);
}

.limits-illustration img {
    display: block;
    width: min(180px, 80%);
    height: auto;
}

.recovery-limits .limit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: none;
    margin: 0;
    column-count: initial;
    column-gap: 0;
}

.recovery-limits .limit-list li {
    display: flex;
    align-items: center;
    min-height: 6.15rem;
    padding: 1.35rem 1.5rem 1.35rem 3.65rem;
    margin-bottom: 0;
    border: 1px solid #e6edf7;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(28, 71, 122, 0.06);
    font-size: var(--ib-body-font-size);
    line-height: var(--ib-body-line-height);
}

.recovery-limits .limit-list li::before {
    top: 50%;
    left: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    content: "!";
    color: #ff8a2a;
    font-size: 0.875rem;
    font-weight: 700;
    border: 1px solid #ffd8b8;
    border-radius: 50%;
    background: #fff7ef;
    transform: translateY(-50%);
}

/* Edition comparison */
.edition {
    position: relative;
}

.edition .row.align-items-center {
    align-items: stretch !important;
}

.edition .row > [class*="col-"] {
    display: flex;
}

.edition .illus {
    position: absolute;
    right: 0;
    top: 7.5rem;
    z-index: -1;
    display: block;
    width: 38.75rem;
    height: 81.25rem;
    background: url("/images/illustration/illustration51.svg") no-repeat;
}

.edition .items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 34.25rem;
    height: auto;
    padding-bottom: 2rem;
    text-align: center;
    border-radius: var(--ib-radius);
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.625rem 0 #d6e1f1;
}

.edition .items .items-title {
    padding: 1rem 0;
    margin-bottom: 2.25rem;
    color: #333333;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 0.375rem 0.375rem 0 0;
    background: #f3f8fe;
}

.edition .items .items-title .icon-technician {
    margin-right: 0.625rem;
    color: #168eff;
    font-size: 1.875rem;
}

.edition .items ul {
    padding: 0 2.25rem;
    margin-bottom: 2rem;
    flex: 1 1 auto;
}

.edition .items ul li {
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
    text-indent: -1.25rem;
    font-size: var(--ib-body-font-size);
    line-height: 1.72;
}

.edition .items ul li .icon-tick {
    margin-right: 0.5rem;
    color: #00c0ff;
    vertical-align: middle;
}

.edition .items ul li.no {
    color: #999999;
    text-indent: 0;
}

.edition .standard,
.edition .Standard {
    min-height: 36.875rem;
    height: auto;
}

.edition .standard .items-title,
.edition .Standard .items-title {
    position: relative;
    padding: 1.3125rem 0 1.3125rem 3.125rem;
    color: #ffffff;
    font-weight: bold;
    background: #168eff;
}

.edition .standard .items-title .icon-1,
.edition .Standard .items-title .icon-1 {
    position: absolute;
    top: -2.875rem;
    left: -0.375rem;
    display: block;
    width: 6.75rem;
    height: 7rem;
    background: url("/images/icon-3.png") no-repeat -1129px -188px;
}

.edition .items .items-bottom {
    position: static;
    width: 100%;
    padding: 0 1.5rem;
    margin-top: auto;
    margin-left: 0;
    text-align: center;
}

.edition .items .items-bottom .pr {
    margin-bottom: 0.75rem;
    font-size: 1.875rem;
    line-height: 1.2;
}

.edition .buy {
    position: relative;
    width: min(100%, 16.25rem);
    min-height: 3.375rem;
    height: auto;
    margin: 0 auto 0.375rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background: #ffae00;
    cursor: pointer;
}

.edition .buy a {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.375rem;
    height: auto;
    padding: 0.25rem 0.75rem;
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

.edition .buy i {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 6.25rem;
    height: 0.625rem;
    margin: -0.3125rem 0 0 -3.125rem;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.edition .buy a:hover {
    text-decoration: none;
}

.edition .buy:hover i {
    border-radius: 0.125rem;
    opacity: 1;
    background: #ff9600;
    transform: scale(2.6, 5.4);
}

@media (max-width: 991px) {
    .edition {
        padding-bottom: 0;
    }

    .edition .items {
        height: auto;
    }

    .edition .standard .items-title,
    .edition .Standard .items-title {
        padding-left: 0;
    }

    .edition .items ul {
        margin-bottom: 1.875rem;
    }

    .edition .items .items-bottom {
        position: static;
        margin-left: 0;
    }
}

/* Discuss */
.discuss {
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.discuss #discussCarousel {
    min-height: 16rem;
    max-height: none;
    padding: 2.25rem 2.5rem;
    border: 1px solid #dbeeff;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(28, 71, 122, 0.06);
}

.discuss #discussCarousel .carousel-inner,
.discuss #discussCarousel .carousel-item,
.discuss #discussCarousel .carousel-item .row {
    min-height: 12rem;
}

.discuss #discussCarousel .carousel-item .row {
    width: 100%;
}

.discuss #discussCarousel .editor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
}

.discuss #discussCarousel .editor-logo img {
    max-width: 100%;
    max-height: 4.5rem;
    object-fit: contain;
}

.discuss #discussCarousel .tits {
    display: flex;
    align-items: center;
    min-height: 5.625rem;
    margin-bottom: 1rem;
    color: #1f2937;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.68;
}

.discuss #discussCarousel .more {
    margin-bottom: 0;
}

.discuss .icon-arrows-right,
.discuss .icon-arrows-left {
    color: #2d78d6;
    font-size: 1.625rem;
}

.discuss .carousel-control-next,
.discuss .carousel-control-prev {
    width: 3rem;
    opacity: 1;
}

.discuss .carousel-control-next {
    right: -4.5rem;
}

.discuss .carousel-control-prev {
    left: -4.5rem;
}

/* Trustpilot stories */
.trustpilot-stories {
    padding: 88px 0;
    color: #2c3e50;
    background: linear-gradient(180deg, #f1f8ff 0%, #ffffff 48%, #fbf7ff 100%);
}

.trustpilot-stories .container {
    max-width: 1360px;
}

.trustpilot-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    padding: 8px 14px;
    margin: 0 auto 16px;
    color: #2c3e50;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #d9ecff;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 3px 0 12px rgba(0, 110, 224, 0.08);
}

.trustpilot-score .score-mark {
    color: #ff943e;
}

.trustpilot-star-list {
    display: inline-flex;
    gap: 2px;
    line-height: 1;
}

.trustpilot-star-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-size: 10px;
    border-radius: 2px;
    background: #00b67a;
}

.trustpilot-stories h2 {
    height: auto;
    max-width: 820px;
    margin: 0 auto 18px;
    color: var(--ib-heading-color);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.trustpilot-intro {
    max-width: 860px;
    margin: 0 auto 48px;
    color: #555555;
    font-size: 19px;
    line-height: var(--ib-body-line-height);
    text-align: center;
}

.trustpilot-intro a {
    color: #0076ff;
    font-weight: 700;
    text-decoration: underline;
}

.trustpilot-review-grid {
    column-count: 3;
    column-gap: 24px;
}

.trustpilot-review-card {
    display: inline-block;
    width: 100%;
    padding: 28px;
    margin: 0 0 32px;
    color: #555555;
    text-decoration: none;
    break-inside: avoid;
    border: 1px solid #dbeeff;
    border-radius: var(--ib-radius);
    background: #ffffff;
    box-shadow: 3px 0 18px rgba(0, 110, 224, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trustpilot-review-card:hover {
    color: #555555;
    text-decoration: none;
    border-color: #9bd4ff;
    box-shadow: 3px 0 24px rgba(0, 110, 224, 0.14);
    transform: translateY(-3px);
}

.trustpilot-reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.trustpilot-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: #0076ff;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #cce8ff;
    border-radius: 50%;
    background: #eaf5ff;
}

.trustpilot-avatar-yellow {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 800;
    border-color: #fff0a8;
    background: #fff5bf;
}

.trustpilot-avatar-pink {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 800;
    border-color: #f5c6d9;
    background: #f9d6e5;
}

.trustpilot-avatar-green {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 800;
    border-color: #c4f4cc;
    background: #d8fadd;
}

.trustpilot-avatar-peach {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 800;
    border-color: #ffd49c;
    background: #ffe0b5;
}

.trustpilot-avatar-photo {
    overflow: hidden;
    padding: 0;
    border-color: #dbeeff;
    background: #ffffff;
}

.trustpilot-avatar-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trustpilot-author {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
}

.trustpilot-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.trustpilot-date {
    flex: 0 0 auto;
    color: #6c757d;
    font-size: 11px;
}

.trustpilot-review-card h3 {
    height: auto;
    margin: 0 0 12px;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.trustpilot-review-card p {
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.76;
}

/* Bottom CTA and related articles */
.productBannerDown {
    background: linear-gradient(135deg, #256fd1 0%, #318be6 56%, #168f8d 100%);
}

.productBannerDown .title,
.productBannerDown .desc {
    color: #ffffff;
}

.productBannerDown .desc {
    font-size: 1.375rem;
    line-height: 1.7;
}

.productBannerDown .btn-second {
    background: #ffae00 !important;
}

.productBannerDown .btn-second a {
    color: #ffffff !important;
}

.hotSituations {
    background: #ffffff;
}

.hotSituations .container {
    max-width: 1360px;
}

.hotSituations .items {
    padding: 2.75rem 2.25rem 1.25rem;
}

.hotSituations .items .texts {
    margin-bottom: 2.25rem;
    font-size: var(--ib-body-font-size);
    line-height: var(--ib-body-line-height);
}

.hotSituations .items .contents time,
.hotSituations .items .contents a {
    font-size: 1rem;
}

@media (max-width: 992px) {
    .limits-layout {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .limits-illustration {
        min-height: auto;
    }

    .limits-illustration img {
        width: 150px;
    }

    .discuss #discussCarousel {
        min-height: auto;
        padding: 1.5rem;
    }

    .discuss #discussCarousel .carousel-inner,
    .discuss #discussCarousel .carousel-item,
    .discuss #discussCarousel .carousel-item .row {
        min-height: 14rem;
    }
}

@media (max-width: 991px) {
    .discuss .carousel-control-next {
        right: -3rem;
    }

    .discuss .carousel-control-prev {
        left: -3rem;
    }

    .trustpilot-review-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .what-data .headline {
        padding-top: 2rem;
    }

    .recovery-limits .limit-list {
        grid-template-columns: 1fr;
    }

    .discuss {
        padding: 3rem 0;
    }

    .discuss #discussCarousel .tits {
        display: block;
        min-height: auto;
        text-align: center;
    }

    .discuss .carousel-control-next {
        right: 0;
    }

    .discuss .carousel-control-prev {
        left: 0;
    }

    .why-choose-item {
        padding: 1.25rem;
    }

    #user-guide .step-number {
        flex-basis: 2.75rem;
        min-width: 2.75rem;
        margin-right: 0.75rem;
        font-size: 1.85rem;
    }
}

@media (max-width: 767px) {
    .product-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .what-data {
        padding-bottom: 3rem;
    }

    .product-section .headline h2 {
        font-size: 2.375rem;
    }
}

@media (max-width: 575px) {
    .trustpilot-stories {
        padding: 60px 0;
    }

    .trustpilot-stories h2 {
        font-size: 30px;
    }

    .trustpilot-review-grid {
        column-count: 1;
    }
}
