@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* Hide hero/breadcrumb banners and header images site-wide */
.breadcrumb,
.inner-hero,
.hero,
.company-details-bg {
    display: none !important;
}

html,
body {
    font-family: "Manrope", system-ui, -apple-system, sans-serif;
    background: #f7f3ec;
    color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
input,
textarea,
select,
a {
    font-family: inherit;
}

.home-hero {
    position: relative;
    overflow: hidden;
    background: #fbf7ee;
    padding: 90px 0 110px;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-hero__blob {
    position: absolute;
    display: block;
    border-radius: 999px;
    opacity: 0.95;
}

.home-hero__blob--orange {
    width: 620px;
    height: 420px;
    background: #ff7a1a;
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
}

.home-hero__blob--yellow {
    width: 360px;
    height: 420px;
    background: #f4d400;
    left: -140px;
    bottom: -200px;
    transform: rotate(-8deg);
}

.home-hero__blob--green {
    width: 520px;
    height: 240px;
    background: #10d171;
    right: -180px;
    bottom: -160px;
    transform: rotate(6deg);
}

.home-hero__content {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}

.home-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-hero__title {
    font-weight: 800;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.05;
    color: #1f2141;
    margin-bottom: 16px;
}

.home-hero__subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: #3a3a3a;
    margin-bottom: 28px;
}

.home-hero__search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 999px;
    padding: 8px 10px 8px 18px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 640px;
    margin: 0 auto;
}

.home-hero__search .home-hero__input {
    border: 0;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #2a2a2a;
    background: transparent;
    padding: 0;
    height: 44px;
}

.home-hero__search .home-hero__input::placeholder {
    color: #7a7a7a;
}

.home-hero__search .home-hero__btn {
    border: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #3f51d9;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 6px 14px rgba(63, 81, 217, 0.25);
}

.ghana-cta {
    background: #fbf7ee;
    padding: 30px 0 80px;
}

.ghana-cta__card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: center;
    background: linear-gradient(180deg, #f6e7d2 0%, #f1e0c8 100%);
    border-radius: 32px;
    padding: 48px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.ghana-cta__copy {
    max-width: 520px;
}

.ghana-cta__title {
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 800;
    color: #1f2141;
    margin-bottom: 16px;
}

.ghana-cta__subtitle {
    font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 24px;
}

.ghana-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ghana-cta__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid rgba(31, 33, 65, 0.25);
    color: #1f2141;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
}

.ghana-cta__media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ghana-cta__image {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 24px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    cursor: pointer;
}

.ghana-cta__image::before,
.ghana-cta__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.6s ease;
    animation: ghanaFlip 18s infinite ease-in-out;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    pointer-events: none;
}

.ghana-cta__image::after {
    animation-name: ghanaFlipAlt;
}

.ghana-cta__image:hover::before,
.ghana-cta__image:hover::after {
    animation-play-state: paused;
}

.ghana-cta__image:hover::before {
    opacity: 0;
    transform: rotateY(90deg);
}

.ghana-cta__image:hover::after {
    opacity: 1;
    transform: rotateY(0deg);
}

.ghana-cta__image--one::before {
    background-image: url("/assets/images/ghana/IMG_0653.JPG");
}

.ghana-cta__image--one::after {
    background-image: url("/assets/images/ghana/IMG_0656.JPG");
}

.ghana-cta__image--two::before {
    background-image: url("/assets/images/ghana/IMG_0654.JPG");
}

.ghana-cta__image--two::after {
    background-image: url("/assets/images/ghana/IMG_0657.JPG");
}

.ghana-cta__image--three::before {
    background-image: url("/assets/images/ghana/IMG_0655.JPG");
}

.ghana-cta__image--three::after {
    background-image: url("/assets/images/ghana/IMG_0658.JPG");
}

@keyframes ghanaFlip {
    0%,
    45% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    50% {
        opacity: 0;
        transform: rotateY(90deg);
    }
    55%,
    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes ghanaFlipAlt {
    0%,
    45% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    55%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
}

@media (max-width: 991px) {
    .ghana-cta__card {
        grid-template-columns: 1fr;
    }

    .ghana-cta__media {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ghana-cta__card {
        padding: 28px;
        border-radius: 24px;
    }

    .ghana-cta__media {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-hero {
        padding: 80px 0 90px;
    }

    .home-hero__search {
        padding: 6px 8px 6px 14px;
    }

    .home-hero__title {
        font-size: clamp(28px, 8vw, 40px);
    }
}

@media (min-width: 992px) {
    .home-hero__content {
        max-width: 760px;
    }
}

.tp-company {
    background: #fbf7ee;
    padding: 40px 0 20px;
}

.tp-company__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.6fr);
    gap: 24px;
    align-items: center;
}

.tp-company__info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.tp-company__logo {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-company__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-company__badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(63, 81, 217, 0.12);
    color: #1f2141;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 6px;
}

.tp-company__badge--pending {
    background: rgba(244, 166, 35, 0.2);
    color: #9a5b00;
}

.tp-company__badge--claimed {
    background: rgba(47, 191, 113, 0.18);
    color: #1c7a4b;
}

.tp-company__title {
    font-size: clamp(26px, 3.8vw, 38px);
    color: #1f2141;
    margin-bottom: 8px;
}

.tp-company__meta {
    color: #4a4a4a;
    margin-bottom: 16px;
}

.tp-company__meta i {
    margin-right: 6px;
    color: #ff7a1a;
}

.tp-company__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.tp-company__link {
    font-weight: 600;
    color: #1f2141;
}

.tp-company__rating-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 20px 22px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.tp-company__score {
    font-size: 40px;
    font-weight: 800;
    color: #1f2141;
    line-height: 1;
    margin-bottom: 6px;
}

.tp-company__stars {
    margin-bottom: 6px;
}

.tp-company__count {
    color: #6a6a6a;
    margin-bottom: 10px;
    font-size: 14px;
}

.tp-company__review-link {
    display: inline-block;
    font-weight: 600;
    color: #3f51d9;
}

.tp-company__body {
    padding-top: 24px;
}

.tp-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.tp-card--review .give-rating-area,
.tp-card--review .give-rating-area p {
    margin: 0;
}

.tp-sidebar {
    position: sticky;
    top: 110px;
}

@media (max-width: 991px) {
    .tp-company__hero {
        grid-template-columns: 1fr;
    }

    .tp-company__info {
        flex-direction: column;
        align-items: flex-start;
    }

    .tp-sidebar {
        position: static;
        margin-top: 24px;
    }
}

.trustcheck-intro {
    background: transparent;
    padding: 80px 0;
}

.trustcheck-intro__card {
    background: #ffe6c7;
    border-radius: 32px;
    padding: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: center;
    box-shadow: 0 18px 40px rgba(9, 60, 37, 0.12);
}

.trustcheck-intro__eyebrow {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    color: #6a3a00;
    text-transform: uppercase;
    font-size: 13px;
}

.trustcheck-intro__title {
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 800;
    color: #3b2200;
    margin-bottom: 16px;
}

.trustcheck-intro__text {
    font-size: 18px;
    color: #5a3a14;
    margin-bottom: 24px;
    max-width: 520px;
}

.trustcheck-intro__report {
    position: relative;
    background: #c35400;
    color: #e9fff2;
    border-radius: 24px;
    padding: 28px 30px 34px;
    overflow: hidden;
    box-shadow: 0 20px 36px rgba(120, 52, 0, 0.28);
}

.trustcheck-intro__report-badge {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 600;
    margin-bottom: 14px;
}

.trustcheck-intro__report-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.trustcheck-intro__report-text {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 18px;
}

.trustcheck-intro__report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    font-weight: 600;
}

.trustcheck-intro__ring {
    position: absolute;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.5);
    opacity: 0.6;
}

.trustcheck-intro__ring--one {
    width: 120px;
    height: 120px;
    right: 24px;
    top: 22px;
}

.trustcheck-intro__ring--two {
    width: 84px;
    height: 84px;
    right: 80px;
    top: 68px;
    border-color: rgba(54, 255, 160, 0.7);
}

@media (max-width: 991px) {
    .trustcheck-intro__card {
        grid-template-columns: 1fr;
        padding: 32px;
    }
}

.trustcheck-reviews {
    padding: 80px 0 100px;
    background: #ffffff;
}

.trustcheck-reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.trustcheck-reviews__title {
    font-size: 26px;
    font-weight: 700;
    color: #1f2141;
}

.trustcheck-reviews__nav {
    display: inline-flex;
    gap: 10px;
}

.trustcheck-reviews__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    color: #1f1f1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.trustcheck-reviews__btn--active {
    background: #ffedd6;
    border-color: #ff9f2e;
    color: #1f1f1f;
}

.trustcheck-reviews__btn i {
    font-weight: 700;
}

.trustcheck-reviews__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

@media (max-width: 1199px) {
    .trustcheck-reviews__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .trustcheck-reviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .trustcheck-reviews__grid {
        grid-template-columns: 1fr;
    }
}

.trustcheck-review-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    padding: 18px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    min-height: 220px;
}

.trustcheck-review-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trustcheck-review-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f3f3;
}

.trustcheck-review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trustcheck-review-card__name {
    font-weight: 600;
    color: #1f2141;
}

.trustcheck-review-card__stars i {
    color: #f4a623;
}

.trustcheck-review-card__text {
    color: #2f2f2f;
}

.trustcheck-review-card__company {
    display: flex;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #efefef;
    align-items: center;
}

.trustcheck-review-card__logo {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    background: #ffffff;
}

.trustcheck-review-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
}

.company-review__top .thumb img,
.tp-company__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
}

.trustcheck-review-card__company-name {
    font-weight: 600;
    color: #1f2141;
    display: block;
}

.trustcheck-review-card__company-link {
    font-size: 13px;
    color: #7a7a7a;
}

@media (max-width: 767px) {
    .trustcheck-reviews__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.trustcheck-footer {
    background: #1f1f1f;
    color: #d7d7d7;
}

.trustcheck-footer__top {
    padding: 56px 0 32px;
}

.trustcheck-footer__logo-row {
    margin-bottom: 68px;
}

.trustcheck-footer__logo-row .site-logo img {
    max-height: 42px;
    width: auto;
}

.trustcheck-logo {
    height: 42px;
    width: auto;
    color: #ffffff;
}

.header .trustcheck-logo {
    height: 34px;
    color: #ffffff;
}

.preloader__logo .trustcheck-logo {
    height: 48px;
    color: #ffffff;
}

.trustcheck-footer .trustcheck-logo {
    color: #ffffff;
}

.trustcheck-footer__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px 48px;
}

.trustcheck-footer__col h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #8f8f8f;
    text-transform: none;
}

.trustcheck-footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
}

.trustcheck-footer__col a {
    color: #f0f0f0;
    font-weight: 500;
}

.trustcheck-footer__col a:hover {
    color: #ffffff;
}

.trustcheck-footer__col--social .trustcheck-footer__social {
    display: grid;
    gap: 18px;
}

.trustcheck-footer__social li {
    list-style: none;
}

.trustcheck-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #f0f0f0;
    font-size: 18px;
}

.trustcheck-footer__social a i,
.trustcheck-footer__social a svg {
    color: inherit;
    fill: currentColor;
}

.tp-company__badge--verified {
    background: #eaf7f0;
    color: #1f6a3f;
    gap: 6px;
}

.tp-company__badge--verified svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.tp-company__verified-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eaf7f0;
    color: #1f6a3f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    vertical-align: middle;
}

.tp-company__verified-inline svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.trustcheck-footer__language {
    max-width: 190px;
}

.trustcheck-footer__language .custom--dropdown {
    margin: 0;
    margin-left: 0 !important;
}

.trustcheck-footer__language .custom--dropdown__selected {
    background: #ffffff;
    color: #1f1f1f;
    border-radius: 6px;
    padding: 10px 12px;
    min-height: 44px;
    gap: 8px;
}

.trustcheck-footer__language .custom--dropdown__selected .text {
    font-weight: 600;
}

.trustcheck-footer__language .custom--dropdown__selected .icon {
    color: #6b6b6b;
}

.trustcheck-footer__language .dropdown-list {
    background: #ffffff;
    color: #1f1f1f;
}

.trustcheck-footer__language-static {
    background: #ffffff;
    color: #1f1f1f;
    border-radius: 6px;
    padding: 10px 12px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.trustcheck-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0 28px;
    font-size: 14px;
    color: #b5b5b9;
}

.trustcheck-footer__bottom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px 24px;
}

.trustcheck-footer__bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
}

.trustcheck-footer__bottom-links li {
    display: inline-flex;
}

.trustcheck-footer__bottom-links a {
    color: #4f83ff;
    font-weight: 600;
}

.trustcheck-footer__bottom-links a:hover {
    color: #8eb0ff;
}

.btn--outline-base:hover,
.btn--outline-base:focus {
    color: #ff9f2e !important;
    background: transparent !important;
    border-color: #ff9f2e !important;
}

.btn--outline-base.disabled,
.btn--outline-base:disabled {
    color: #ff9f2e !important;
}

.trustcheck-footer__copyright {
    margin: 0;
    color: #9a9a9a;
}

/* Navbar Trustpilot-style */
.header {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.header__bottom {
    background: #1f1f1f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.header .navbar {
    gap: 24px;
}

.header .site-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header .main-menu {
    gap: 20px;
}

.header .main-menu li a {
    color: #d7d7d7;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
}

.header .main-menu li a:hover,
.header .main-menu li.active > a {
    color: #ffffff;
}

.header .main-menu li.active > a::after {
    content: "";
    display: block;
    height: 2px;
    background: #ff9f2e;
    margin-top: 6px;
    border-radius: 999px;
}

.header .nav-right .btn {
    border-radius: 999px;
    padding: 9px 18px;
    font-weight: 600;
    font-size: 13px;
}

.header .btn--base {
    background: #ff9f2e;
    border-color: #ff9f2e;
    color: #1f1f1f;
}

.header .btn--outline-base {
    border-color: #ff9f2e;
    color: #ff9f2e !important;
}

.header .custom--dropdown__selected {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.header .custom--dropdown__selected .text {
    color: #ffffff;
}

.header .custom--dropdown__selected .icon {
    color: #ffffff;
}

/* Preloader splash color */
.preloader {
    background: #1f1f1f;
}

/* Rating color tiers */
.rating-stars .lar {
    color: #cfd3d8;
}

.rating-stars.rating--low .las,
.rating-stars.rating--low .las.la-star-half-alt {
    color: #e84855;
}

.rating-stars.rating--mid .las,
.rating-stars.rating--mid .las.la-star-half-alt {
    color: #f4b740;
}

.rating-stars.rating--high .las,
.rating-stars.rating--high .las.la-star-half-alt {
    color: #2fbf71;
}

.btn--outline-base {
    border: 1px solid #f4a623;
    color: #f4a623 !important;
    background: transparent;
}

.btn--outline-base:hover {
    background: #f4a623;
    color: #ffffff;
}

.tp-company__actions .btn--outline-base {
    color: #f4a623 !important;
}

/* Reviewer login */
.reviewer-auth {
    padding: 120px 0 90px;
    background: #f6f4ef;
    text-align: center;
}

.reviewer-auth__brand {
    margin-bottom: 24px;
}

.reviewer-auth__brand .trustcheck-logo {
    height: 40px;
    color: #1f1f1f;
}

.reviewer-auth__title {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: #1f1f1f;
}

.reviewer-auth__subtitle {
    color: #6b6b6b;
    margin-bottom: 32px;
}

.reviewer-auth__card {
    max-width: 520px;
    margin: 0 auto 40px;
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.reviewer-auth .account-form__social-btns .btn,
.business-auth .account-form__social-btns .btn {
    background: #ffffff;
    color: #1f1f1f;
    border: 1px solid #d6d6d6;
}

.reviewer-auth .account-form__social-btns .btn span,
.reviewer-auth .account-form__social-btns .btn,
.business-auth .account-form__social-btns .btn span,
.business-auth .account-form__social-btns .btn {
    color: #1f1f1f !important;
}

.reviewer-auth .other-option__text,
.business-auth .other-option__text {
    color: #6b6b6b;
    background: #ffffff;
    padding: 0 10px;
}

.reviewer-auth__business {
    text-align: center;
}

.reviewer-auth__actions {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
}

.reviewer-auth__actions .btn--outline-base {
    color: #f4a623 !important;
    border-color: #f4a623;
    background: #ffffff;
}

/* Business auth */
.business-auth {
    padding: 70px 0 80px;
    background: #f6f4ef;
}

.business-auth--register {
    position: relative;
    background: #f8f3eb;
    overflow: hidden;
    min-height: 100vh;
}

.business-auth--register::before,
.business-auth--register::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #ff9f1c;
    opacity: 0.9;
    z-index: 0;
}

.business-auth--register::before {
    width: 520px;
    height: 520px;
    top: -320px;
    right: 20%;
}

.business-auth--register::after {
    width: 520px;
    height: 520px;
    bottom: -320px;
    right: -140px;
}

.business-auth__back {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #1f1f1f;
    z-index: 2;
}

.business-auth__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.business-auth__panel {
    background: transparent;
    border-radius: 26px;
    padding: 36px;
    min-height: 420px;
}

.business-auth__intro {
    color: #5a3a14;
    margin: 12px 0 24px;
    max-width: 360px;
}

.business-auth__subintro {
    color: #5a3a14;
    margin: -12px 0 24px;
    max-width: 360px;
}

.business-auth__points {
    display: grid;
    gap: 18px;
    max-width: 360px;
}

.business-auth__point h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #1f1f1f;
}

.business-auth__point p {
    color: #5a3a14;
    margin: 0;
}
.business-auth__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.business-auth__brand .trustcheck-logo {
    height: 36px;
    color: #1f1f1f;
}

.business-auth__tagline {
    font-weight: 600;
    color: #0f5f3b;
}

.business-auth__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
    color: #17452f;
}

.business-auth__card {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.business-auth__card h2 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #1f1f1f;
}

.business-auth__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #8a8a8a;
    margin: 18px 0;
}

.business-auth__divider::before,
.business-auth__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.business-auth__footnote {
    margin-top: 18px;
    color: #6b6b6b;
}

@media (max-width: 991px) {
    .business-auth__grid {
        grid-template-columns: 1fr;
    }
}

/* Align rating breakdown labels (e.g., "4 ★") */
.single-review .star {
    width: 48px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.single-review .percentage {
    width: 70px;
    text-align: right;
}

.single-review .progress {
    width: calc(100% - 118px);
}

@media (max-width: 991px) {
    .trustcheck-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .trustcheck-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* Reviewer dashboard */
.reviewer-shell__header {
    background: #f6f1e9;
    border-bottom: 1px solid #e8dfd2;
    padding: 40px 0 0;
}

.reviewer-shell__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.reviewer-shell__user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviewer-shell__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.reviewer-shell__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-shell__name {
    font-size: 24px;
    font-weight: 700;
    color: #1f2136;
    margin: 0;
}

.reviewer-shell__meta {
    margin: 4px 0 0;
    color: #6a6a6a;
}

.reviewer-shell__stats {
    display: flex;
    gap: 24px;
    text-align: center;
}

.reviewer-shell__stats div {
    min-width: 80px;
}

.reviewer-shell__stat {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #1f2136;
    line-height: 1.1;
}

.reviewer-shell__tabs {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e8dfd2;
    margin-top: 24px;
}

.reviewer-shell__tabs a {
    display: inline-flex;
    align-items: center;
    padding: 14px 0 16px;
    color: #5d5d5d;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

.reviewer-shell__tabs a.active {
    color: #1f2136;
    border-color: #f59e0b;
}

.reviewer-shell__body {
    background: #f7f5f1;
    padding: 32px 0 64px;
}

.reviewer-dashboard {
    display: block;
}

.reviewer-dashboard__main .review-block {
    margin-bottom: 32px;
}

.reviewer-dashboard__main .customer-review {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    padding: 24px;
    border: 1px solid #f0e9df;
}

.reviewer-dashboard__main .customer-review__thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 64px;
}

.reviewer-dashboard__main .customer-review__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-dashboard__main .customer-review__header {
    align-items: center;
}

.reviewer-dashboard__main .customer-review__header .left h6 {
    font-weight: 700;
    margin-bottom: 4px;
}

.reviewer-dashboard__main .customer-review__body {
    font-size: 15px;
    color: #3f3f3f;
}

.reviewer-dashboard__main .customer-review__action-list button {
    color: #1f2136;
    font-weight: 600;
}

.reviewer-dashboard__main .customer-review__action-list i {
    color: #f59e0b;
}

.reviewer-settings {
    padding: 8px 0 40px;
}

.reviewer-settings__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 24px;
}

.reviewer-settings__col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reviewer-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #f0e9df;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    padding: 24px;
}

.reviewer-card h5 {
    font-weight: 700;
    color: #1f2136;
    margin-bottom: 10px;
}

.reviewer-card p {
    color: #555555;
    margin-bottom: 16px;
}

.reviewer-card .btn {
    border-radius: 999px;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .reviewer-shell__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviewer-shell__stats {
        width: 100%;
        justify-content: space-between;
    }

    .reviewer-settings__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .reviewer-shell__stats {
        gap: 12px;
    }

    .reviewer-shell__stats div {
        min-width: 64px;
    }
}

/* Legal hub */
.legal-hub {
    background: #faf8f4;
    padding: 90px 0 110px;
}

.legal-hub__hero {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}

.legal-hub__hero h1 {
    font-size: 38px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 16px;
}

.legal-hub__hero p {
    color: #5f5f5f;
    font-size: 16px;
}

.legal-hub__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 60px;
}

.legal-hub__card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.legal-hub__card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1f1f1f;
}

.legal-hub__card p {
    color: #666666;
    margin-bottom: 18px;
}

.legal-hub__link {
    color: #2d64ff;
    font-weight: 600;
}

.legal-hub__feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 70px;
}

.legal-hub__feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.legal-hub__feature-card h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1f1f1f;
}

.legal-hub__feature-card p {
    color: #666666;
    margin-bottom: 16px;
}

.legal-hub__feature-card a {
    color: #2d64ff;
    font-weight: 600;
}

.legal-hub__cta {
    text-align: center;
    background: #f1ece3;
    border-radius: 18px;
    padding: 36px;
}

.legal-hub__cta h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1f1f1f;
}

.legal-hub__cta .btn--base {
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
}

/* Legal detail */
.legal-detail {
    background: #faf8f4;
    padding: 70px 0 110px;
}

.legal-detail__grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
}

.legal-detail__nav {
    background: transparent;
    border-radius: 0;
    padding: 0 24px 0 0;
    box-shadow: none;
    border-right: 1px solid #e6dfd4;
    position: sticky;
    top: 110px;
    height: fit-content;
}

.legal-detail__group + .legal-detail__group {
    margin-top: 24px;
}

.legal-detail__group h4 {
    font-size: 15px;
    color: #7b7b7b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

.legal-detail__group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.legal-detail__group a {
    color: #1f1f1f;
    font-weight: 600;
}

.legal-detail__group a.is-active {
    color: #2d64ff;
}

.legal-detail__content {
    background: transparent;
    border-radius: 0;
    padding: 0 0 0 20px;
    box-shadow: none;
}

.legal-detail__hero h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1f1f1f;
}

.legal-detail__hero p {
    color: #7b7b7b;
    margin-bottom: 26px;
}

.legal-detail__body {
    color: #4f4f4f;
    line-height: 1.8;
}

.legal-detail__body p + p {
    margin-top: 16px;
}

.legal-doc {
    max-width: 860px;
    font-size: 16px;
    line-height: 1.9;
    color: #2f2f2f;
}

.legal-doc h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 26px 0 10px;
    color: #1f1f1f;
}

.legal-doc h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 8px;
    color: #1f1f1f;
}

.legal-doc p {
    margin-bottom: 14px;
}

.legal-doc ul {
    margin: 10px 0 18px;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.legal-doc li {
    line-height: 1.8;
}

/* Contact modern */
.contact-modern {
    padding: 80px 0 110px;
    background: #faf8f4;
}

.contact-modern__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.contact-modern__eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #8a8a8a;
    margin-bottom: 10px;
}

.contact-modern__hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 12px;
}

.contact-modern__lead {
    color: #5d5d5d;
    max-width: 540px;
}

.contact-modern__badge {
    background: #ffffff;
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.contact-modern__badge-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffedd6;
    color: #ff9f2e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-modern__badge p {
    margin: 0;
    font-weight: 700;
    color: #1f1f1f;
}

.contact-modern__badge span {
    color: #6b6b6b;
    font-size: 13px;
}

.contact-modern__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 30px;
}

.contact-modern__form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.contact-modern__form-card .form--control {
    border-radius: 14px;
    border: 1px solid #e7dfd2;
    background: #fbf8f2;
    padding: 12px 14px;
}

.contact-modern__form-card textarea.form--control {
    min-height: 150px;
}

.contact-modern__info-card {
    background: #1f1f1f;
    color: #ffffff;
    border-radius: 24px;
    padding: 34px;
    position: relative;
    overflow: hidden;
}

.contact-modern__info-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: #ff9f2e;
    opacity: 0.2;
    border-radius: 999px;
}

.contact-modern__info-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.contact-modern__info-header p {
    color: #cfcfcf;
}

.contact-modern__info-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: grid;
    gap: 16px;
}

.contact-modern__info-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.contact-modern__info-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ff9f2e;
}

.contact-modern__info-list strong {
    display: block;
    font-size: 14px;
}

.contact-modern__info-list p {
    margin: 2px 0 0;
    color: #cfcfcf;
}

.contact-modern__info-foot {
    margin-top: 26px;
}

.contact-modern__social {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    gap: 12px;
}

.contact-modern__social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .contact-modern__hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-modern__grid {
        grid-template-columns: 1fr;
    }
}

/* Static hub pages */
.tc-hub {
    padding: 90px 0 120px;
    background: #faf8f4;
}

.tc-hub__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: center;
}

.tc-hub__eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #8a8a8a;
    margin-bottom: 12px;
}

.tc-hub__text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 14px;
}

.tc-hub__soon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff3e2;
    color: #b55d00;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.tc-hub__lead {
    color: #5d5d5d;
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 24px;
}

.tc-hub__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tc-hub__cta .btn {
    border-radius: 999px;
    padding: 10px 20px;
}

.tc-hub__art {
    position: relative;
    background: #ffffff;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.tc-hub__art svg {
    width: 100%;
    height: auto;
    display: block;
}

.tc-hub__logo {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1f1f1f;
}

.tc-hub__logo .trustcheck-logo {
    height: 24px;
    color: #ff9f2e;
}

.tc-hub__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
}

.tc-hub__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.tc-hub__card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.tc-hub__card p {
    color: #666666;
    margin: 0;
}

.tc-hub__footer {
    margin-top: 50px;
    padding: 26px 30px;
    border-radius: 20px;
    background: #1f1f1f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tc-hub__footer h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.tc-hub__footer p {
    color: #cfcfcf;
    margin: 0;
}

@media (max-width: 991px) {
    .tc-hub__hero {
        grid-template-columns: 1fr;
    }

    .tc-hub__grid {
        grid-template-columns: 1fr;
    }

    .tc-hub__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.legal-detail__takeaways {
    margin-top: 36px;
    border-top: 1px solid #ece6dc;
    padding-top: 28px;
}

.legal-detail__takeaways h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #1f1f1f;
}

.legal-detail__takeaways ul {
    margin: 0;
    padding-left: 18px;
    color: #4f4f4f;
    display: grid;
    gap: 10px;
}

.legal-detail__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 12px 0 24px;
}

.legal-detail__date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4f4f4f;
    font-weight: 600;
}

.legal-detail__version {
    color: #8a8a8a;
    font-weight: 500;
}

.legal-detail__selector select {
    border-radius: 999px;
    padding: 6px 14px;
    border: 1px solid #e0d9ce;
    background: #ffffff;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 13px;
}

.legal-detail__media {
    margin: 24px 0 30px;
}

.legal-detail__media-card {
    position: relative;
    background: #fdfbf6;
    border-radius: 22px;
    padding: 30px;
    overflow: hidden;
    min-height: 260px;
}

.legal-detail__media-brand {
    position: absolute;
    top: 20px;
    left: 24px;
    z-index: 2;
}

.legal-detail__media-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.legal-detail__media-logo .trustcheck-logo {
    height: 28px;
    color: #1f1f1f;
}

.legal-detail__media-copy {
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: 340px;
    z-index: 2;
}

.legal-detail__media-copy span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8a8a8a;
    margin-bottom: 8px;
}

.legal-detail__media-copy h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 6px;
}

.legal-detail__media-copy p {
    font-size: 14px;
    color: #5a5a5a;
    margin: 0;
}

.legal-detail__media-art {
    width: 100%;
    height: auto;
    display: block;
}

.legal-detail__faq {
    margin-top: 40px;
    border-top: 1px solid #ece6dc;
    padding-top: 28px;
}

.legal-detail__faq h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1f1f1f;
}

.legal-faq {
    display: grid;
    gap: 14px;
}

.legal-faq details {
    border-bottom: 1px solid #f0e9de;
    padding-bottom: 12px;
}

.legal-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #333333;
    padding: 12px 0;
}

.legal-faq summary::-webkit-details-marker {
    display: none;
}

.legal-faq summary::after {
    content: "+";
    font-size: 18px;
    color: #a0a0a0;
    transition: transform 0.2s ease;
}

.legal-faq details[open] summary::after {
    content: "–";
    transform: translateY(-1px);
}

.legal-faq p {
    color: #4f4f4f;
    margin: 0 0 12px;
    padding-right: 28px;
}

@media (max-width: 991px) {
    .legal-hub__grid,
    .legal-hub__feature {
        grid-template-columns: 1fr;
    }

    .legal-detail__grid {
        grid-template-columns: 1fr;
    }

    .legal-detail__nav {
        position: static;
        border-right: none;
        border-bottom: 1px solid #e6dfd4;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .legal-detail__content {
        padding: 0;
    }
}
