/* Stage 2 — homepage preview, Concept 02 v2. Desktop layout only. */
:root {
    --th-orange: #F39430;
    --th-orange-hover: #E36A00;
    --th-orange-soft: #FFF3E5;
    --th-ink: #202631;
    --th-muted: #667085;
    --th-line: #E8EBEF;
    --th-surface: #FFFFFF;
    --th-surface-soft: #F7F8FA;
    --th-shadow-sm: 0 8px 22px rgba(31, 38, 49, .08);
    --th-shadow-md: 0 16px 40px rgba(31, 38, 49, .12);
    --th-radius-sm: 10px;
    --th-radius-md: 16px;
    --th-radius-lg: 22px;
}

body.th-preview-v2 {
    background: #fff;
    color: var(--th-ink);
    font-family: Roboto, Arial, sans-serif;
    overflow-x: hidden;
}

body.th-preview-v2 strong,
body.th-preview-v2 b {
    font-weight: 500;
}

body.th-preview-v2 a:focus-visible,
body.th-preview-v2 button:focus-visible,
body.th-preview-v2 input:focus-visible {
    outline: 3px solid rgba(243, 148, 48, .48);
    outline-offset: 3px;
}

.th-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Header: familiar structure with a clean, full-width white background. */
body.th-preview-v2 .bgr-up {
    background: #fff;
    border-bottom: 1px solid var(--th-line);
    box-shadow: none;
}

body.th-preview-v2 .bgr-up > .container {
    max-width: 1420px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 13px 24px 15px;
}

body.th-preview-v2 .bgr-up > .container > .row {
    align-items: center;
}

body.th-preview-v2 .bgr-up .logo {
    padding: 4px 12px;
}

body.th-preview-v2 .bgr-up .logo img {
    width: min(100%, 360px);
    max-height: 92px;
}

body.th-preview-v2 .bgr-up .pad10 {
    padding: 7px 10px;
}

body.th-preview-v2 .bgr-up > .container > .row > .col-md-8 > div:first-of-type {
    margin-bottom: 8px;
    color: var(--th-muted);
    font-size: 13px;
    font-weight: 400;
}

body.th-preview-v2 .bgr-up > .container > .row > .col-md-8 > div:first-of-type a {
    color: var(--th-ink);
}

body.th-preview-v2 .bgr-up > .container > .row > .col-md-8 > div:first-of-type img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(94%) saturate(626%) hue-rotate(338deg) brightness(103%) contrast(91%);
}

body.th-preview-v2 .bgr-up > .container > .row > .col-md-8 > br,
body.th-preview-v2 .bgr-up > .container > .row > .col-md-8 > .pad5 {
    display: none;
}

body.th-preview-v2 .bgr-up .container-fluid {
    padding: 0 !important;
}

body.th-preview-v2 .bgr-up table {
    width: 100%;
}

body.th-preview-v2 .bgr-up table td:first-child {
    width: 100%;
}

body.th-preview-v2 .bgr-up form,
body.th-preview-v2 .bgr-up form label {
    display: block;
    width: 100%;
    margin: 0;
}

body.th-preview-v2 .form1 {
    width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    color: var(--th-ink);
    background: #F8F9FB;
    border-color: #DDE1E7;
    border-radius: 11px 0 0 11px;
}

body.th-preview-v2 .form2 {
    width: 52px;
    height: 48px;
    padding: 13px;
    background: var(--th-orange);
    border-color: var(--th-orange);
    border-radius: 0 11px 11px 0;
}

body.th-preview-v2 .bgr-up .gray_16 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    color: var(--th-ink);
}

body.th-preview-v2 .bgr-up .gray_16 img {
    width: 30px;
}

body.th-preview-v2 .menu-bgr {
    position: relative;
    z-index: 15;
    margin: 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid var(--th-line);
    box-shadow: 0 6px 16px rgba(31, 38, 49, .05);
}

body.th-preview-v2 .menu-bgr a {
    font-weight: 400 !important;
    transition: color .2s ease, background-color .2s ease;
}

body.th-preview-v2 .menu-bgr a.topitem {
    font-weight: 400 !important;
}

body.th-preview-v2 #mbmcpebul_table li.highlight div.buttonbg a {
    font-weight: 400 !important;
}

body.th-preview-v2 .menu-bgr li,
body.th-preview-v2 .menu-bgr span {
    font-weight: 400 !important;
}

body.th-preview-v2 .static_banner {
    z-index: 400;
}

/* Shared homepage rhythm. */
body.th-preview-v2 .th-home-main {
    width: 100%;
}

body.th-preview-v2 .th-home-modules > .design_template {
    margin: 0 auto;
}

body.th-preview-v2 .th-section-shell,
body.th-preview-v2 .th-hero-shell {
    width: min(1420px, calc(100% - 36px));
    margin: 0 auto;
}

body.th-preview-v2 .th-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

body.th-preview-v2 .th-section-heading h2 {
    margin: 3px 0 0;
    color: var(--th-ink);
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(28px, 2.2vw, 39px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .01em;
    text-transform: uppercase;
}

body.th-preview-v2 .th-section-heading h2::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: .82em;
    margin-right: 12px;
    background: var(--th-orange);
    border-radius: 99px;
}

body.th-preview-v2 .th-section-kicker {
    color: var(--th-orange-hover);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.th-preview-v2 .th-section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 16px;
    color: #fff;
    background: var(--th-orange);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(243, 148, 48, .24);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.th-preview-v2 .th-section-link:hover {
    color: #fff;
    background: var(--th-orange-hover);
    box-shadow: 0 12px 24px rgba(227, 106, 0, .28);
    transform: translateY(-2px);
}

/* Hero: 2/3 main banner + 1/3 editorial promo stack. */
body.th-preview-v2 .design_template.home_banner {
    padding: 0 0 24px;
}

body.th-preview-v2 .th-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.12fr) minmax(300px, .88fr);
    gap: 14px;
    aspect-ratio: 3.97 / 1;
    align-items: stretch;
}

body.th-preview-v2 .th-hero-primary {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #ECEFF2;
    border-radius: var(--th-radius-md);
    box-shadow: var(--th-shadow-md);
    font-size: 0;
}

body.th-preview-v2 .th-hero-primary .allinone_bannerRotator {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}

body.th-preview-v2 .th-hero-primary > div,
body.th-preview-v2 .th-hero-primary .contentHolderVisibleWrapper,
body.th-preview-v2 .th-hero-primary .contentHolder,
body.th-preview-v2 .th-hero-primary ul,
body.th-preview-v2 .th-hero-primary li {
    border-radius: var(--th-radius-md);
}

body.th-preview-v2 .th-hero-primary img {
    display: block;
    width: 100%;
}

body.th-preview-v2 .th-hero-promos {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: 100%;
    min-height: 0;
}

body.th-preview-v2 .th-promo-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(32, 38, 49, .08);
    border-radius: var(--th-radius-md);
    box-shadow: var(--th-shadow-sm);
    isolation: isolate;
    transition: transform .25s ease, box-shadow .25s ease;
}

body.th-preview-v2 .th-promo-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--th-shadow-md);
}

body.th-preview-v2 .th-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(115deg, transparent 45%, rgba(255,255,255,.28));
}

body.th-preview-v2 .th-promo-card--orange {
    color: #fff;
    background: linear-gradient(135deg, #F7AA52 0%, var(--th-orange) 56%, #F47B16 100%);
}

body.th-preview-v2 .th-promo-card--light {
    color: var(--th-ink);
    background: linear-gradient(135deg, #fff 0%, #F5F6F8 100%);
}

body.th-preview-v2 .th-promo-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0 20px 22px;
}

body.th-preview-v2 .th-promo-kicker {
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .82;
}

body.th-preview-v2 .th-promo-copy strong {
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(25px, 2vw, 34px);
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
}

body.th-preview-v2 .th-promo-link {
    display: inline-flex;
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 500;
}

body.th-preview-v2 .th-promo-card img {
    align-self: end;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: multiply;
}

body.th-preview-v2 .th-promo-card--orange img {
    padding: 12px;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

body.th-preview-v2 .th-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
    padding: 13px 8px;
    background: linear-gradient(180deg, #FBFBFC, #F4F5F7);
    border: 1px solid var(--th-line);
    border-radius: 14px;
    box-shadow: 0 7px 20px rgba(31, 38, 49, .05);
}

body.th-preview-v2 .th-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 5px 18px;
    border-right: 1px solid #E1E4E9;
}

body.th-preview-v2 .th-trust-item:last-child {
    border-right: 0;
}

body.th-preview-v2 .th-trust-item i {
    color: var(--th-orange-hover);
    font-size: 27px;
}

body.th-preview-v2 .th-trust-item span {
    display: flex;
    flex-direction: column;
    text-align: left;
}

body.th-preview-v2 .th-trust-item strong {
    color: var(--th-ink);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

body.th-preview-v2 .th-trust-item small {
    margin-top: 3px;
    color: var(--th-muted);
    font-size: 11px;
    line-height: 1.25;
}

/* Categories: familiar catalogue grid with two feature cards and ten compact cards. */
body.th-preview-v2 .design_template.headline {
    display: block;
    margin: 0;
    padding: 36px 0 28px;
    background: #fff;
}

body.th-preview-v2 .headline-slider-container {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 12px;
    width: 100%;
    overflow: visible;
}

body.th-preview-v2 .headline-list {
    position: relative;
    display: block;
    width: auto;
    min-height: 196px;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #fff 0%, #F7F8FA 100%);
    border: 1px solid var(--th-line);
    border-radius: var(--th-radius-sm);
    box-shadow: 0 5px 16px rgba(31, 38, 49, .05);
    text-align: left;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.th-preview-v2 .headline-list:nth-child(-n+2) {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 404px;
}

body.th-preview-v2 .headline-list:hover {
    border-color: rgba(243, 148, 48, .55);
    box-shadow: var(--th-shadow-sm);
    transform: translateY(-3px);
}

body.th-preview-v2 .th-category-link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--th-ink);
}

body.th-preview-v2 .headline-item {
    display: block;
    flex: 1 1 auto;
    min-height: 128px;
    overflow: hidden;
}

body.th-preview-v2 .headline .headline-item img {
    display: block;
    width: 100%;
    height: 138px;
    min-height: 0 !important;
    padding: 8px;
    object-fit: contain;
    transition: transform .3s ease;
}

body.th-preview-v2 .headline-list:nth-child(-n+2) .headline-item img {
    height: 322px;
    padding: 16px;
}

body.th-preview-v2 .headline-list:hover .headline-item img {
    transform: scale(1.035);
}

body.th-preview-v2 .th-category-title {
    display: block;
    min-height: 50px;
    padding: 10px 36px 13px 13px;
    color: var(--th-ink);
    font-family: Oswald, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}

body.th-preview-v2 .headline-list:nth-child(-n+2) .th-category-title {
    padding: 14px 48px 18px 18px;
    font-size: 23px;
}

body.th-preview-v2 .th-category-arrow {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: #fff;
    background: var(--th-orange);
    border-radius: 50%;
    font-weight: 500;
}

/* Existing editorial banners become clean, asymmetric panels. */
body.th-preview-v2 .design_template.html_1,
body.th-preview-v2 .design_template.html_2 {
    width: min(1420px, calc(100% - 36px));
    padding: 14px 0;
}

body.th-preview-v2 .design_template.html_1 .html-content,
body.th-preview-v2 .design_template.html_2 .html-content {
    width: 100%;
    padding: 0;
}

body.th-preview-v2 .design_template.html_1 .row1,
body.th-preview-v2 .design_template.html_2 .row1 {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    grid-template-columns: 2.08fr .92fr;
    gap: 14px;
}

/* The legacy clearfix becomes a third grid item and creates a false empty row. */
body.th-preview-v2 .design_template.html_1 .row1::after,
body.th-preview-v2 .design_template.html_2 .row1::after {
    content: none !important;
    display: none !important;
}

body.th-preview-v2 .design_template.html_2 .row1 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.524fr);
    aspect-ratio: 4.19 / 1;
    align-items: stretch;
}

body.th-preview-v2 .design_template.html_1 .row1 {
    grid-template-columns: minmax(0, 2.517fr) minmax(0, 1fr);
    aspect-ratio: 4.19 / 1;
    align-items: stretch;
}

body.th-preview-v2 .design_template.html_1 .column,
body.th-preview-v2 .design_template.html_1 .column1,
body.th-preview-v2 .design_template.html_2 .column2,
body.th-preview-v2 .design_template.html_2 .column3 {
    float: none;
    width: auto;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: var(--th-radius-md);
    box-shadow: var(--th-shadow-sm);
}

body.th-preview-v2 .design_template.html_1 img,
body.th-preview-v2 .design_template.html_2 img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform .3s ease;
}

body.th-preview-v2 .design_template.html_1 .column > a,
body.th-preview-v2 .design_template.html_1 .column1 > a,
body.th-preview-v2 .design_template.html_2 .column2 > a,
body.th-preview-v2 .design_template.html_2 .column3 > a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body.th-preview-v2 .design_template.html_1 .column img {
    min-height: 0;
    object-fit: contain;
    object-position: center;
}

body.th-preview-v2 .design_template.html_1 .column1 {
    background: #fff;
}

body.th-preview-v2 .design_template.html_1 .column1 img {
    box-sizing: border-box;
    min-height: 0;
    padding: 0;
    background: #fff;
    object-fit: contain;
    object-position: center;
}

body.th-preview-v2 .design_template.html_2 .column2,
body.th-preview-v2 .design_template.html_2 .column3 {
    background: #fff;
}

body.th-preview-v2 .design_template.html_2 img {
    min-height: 0;
    margin: 0;
    padding: 0;
    object-fit: contain;
    object-position: center;
}

body.th-preview-v2 .design_template.html_1 a:hover img,
body.th-preview-v2 .design_template.html_2 a:hover img {
    transform: scale(1.015);
}

/* Products: denser, more legible cards without changing catalogue data. */
body.th-preview-v2 .design_template.products_focus {
    margin-top: 24px;
    padding: 42px 0 46px;
    overflow: hidden;
    background: linear-gradient(180deg, #F6F7F9 0%, #FBFBFC 100%);
}

body.th-preview-v2 .design_template.products_focus .gallery-slider-container {
    overflow: hidden;
    text-align: left;
}

body.th-preview-v2 .design_template.products_focus .slick-slider {
    width: 100%;
    margin: 0;
    padding: 0 38px;
}

body.th-preview-v2 .design_template.products_focus .product-list {
    display: flex !important;
    flex-direction: column;
    height: 432px !important;
    margin: 7px !important;
    padding: 0 0 15px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--th-line);
    border-radius: 13px;
    box-shadow: 0 7px 20px rgba(31, 38, 49, .07);
    transition: transform .22s ease, box-shadow .22s ease;
}

body.th-preview-v2 .design_template.products_focus .product-list > a:first-of-type {
    display: block;
    flex: 0 0 245px;
}

body.th-preview-v2 .design_template.products_focus .product-list:hover {
    box-shadow: var(--th-shadow-md);
    transform: translateY(-4px);
}

body.th-preview-v2 .design_template.products_focus .product-image {
    height: 245px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.th-preview-v2 .th-product-price {
    display: flex;
    flex: 0 0 50px;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 11px 15px 5px;
    color: var(--th-orange-hover);
    line-height: 1.35;
    text-align: center;
}

body.th-preview-v2 .th-product-price .gray_20 {
    color: var(--th-orange-hover);
    font-size: 17px;
    font-weight: 400;
}

body.th-preview-v2 .th-product-price .th-price-old {
    color: var(--th-muted);
    font-size: 14px;
    text-decoration: line-through;
}

body.th-preview-v2 .th-product-name {
    display: flex;
    flex: 0 0 64px;
    align-items: flex-start;
    justify-content: center;
    height: 64px;
    margin: 0;
    padding: 8px 15px 0;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    overflow: hidden;
}

body.th-preview-v2 .th-product-name a {
    display: -webkit-box;
    color: var(--th-ink);
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1.35;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

body.th-preview-v2 .th-product-cta {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    margin: 8px 15px 0;
    color: #fff;
    background: var(--th-orange);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

body.th-preview-v2 .th-product-cta:hover {
    color: #fff;
    background: var(--th-orange-hover);
    transform: translateY(-1px);
}

body.th-preview-v2 .design_template.products_focus .product-list .promo,
body.th-preview-v2 .design_template.products_focus .product-list .new {
    top: 8px;
    height: 24px;
    background-position: center;
    background-size: 100% 100%;
}

body.th-preview-v2 .design_template.products_focus .product-list .promo {
    width: 78px;
}

body.th-preview-v2 .design_template.products_focus .product-list .new {
    right: 8px;
    width: 54px;
}

body.th-preview-v2 .design_template.products_focus .slick-prev,
body.th-preview-v2 .design_template.products_focus .slick-next {
    z-index: 5;
    width: 34px;
    height: 52px;
    background-color: #fff;
    border: 1px solid var(--th-line);
    border-radius: 9px;
    box-shadow: var(--th-shadow-sm);
}

/* Reasons block: concise proof points from the selected Concept 02 v2. */
body.th-preview-v2 .design_template.html_3 {
    padding: 38px 0 44px;
    background: #fff;
}

body.th-preview-v2 .design_template.html_3 > .th-about-content {
    width: min(1420px, calc(100% - 36px));
    margin: 0 auto;
    padding: 0;
}

body.th-preview-v2 .th-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    overflow: hidden;
    border-radius: var(--th-radius-md);
    box-shadow: var(--th-shadow-md);
}

body.th-preview-v2 .th-about-panel {
    padding: 38px 42px;
    background: linear-gradient(145deg, #252B35 0%, #171B22 100%);
    color: #fff;
}

body.th-preview-v2 .th-about-panel h2 {
    margin: 7px 0 14px;
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(30px, 2.5vw, 42px);
    font-weight: 500;
    line-height: 1.12;
    text-transform: uppercase;
}

body.th-preview-v2 .th-about-panel > p {
    max-width: 690px;
    margin: 0 0 20px;
    color: #D9DEE6;
    font-size: 15px;
    line-height: 1.6;
}

body.th-preview-v2 .th-about-points {
    display: grid;
    gap: 9px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

body.th-preview-v2 .th-about-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #F5F7FA;
    font-size: 14px;
    line-height: 1.4;
}

body.th-preview-v2 .th-about-points i {
    color: var(--th-orange);
    font-size: 17px;
}

body.th-preview-v2 .th-about-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 17px;
    color: #fff;
    background: var(--th-orange);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

body.th-preview-v2 .th-about-cta:hover {
    color: #fff;
    background: var(--th-orange-hover);
    transform: translateY(-2px);
}

body.th-preview-v2 .th-about-reasons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: var(--th-line);
}

body.th-preview-v2 .th-reason-card {
    min-height: 190px;
    padding: 25px;
    background: linear-gradient(145deg, #fff 0%, #FFF9F2 100%);
}

body.th-preview-v2 .th-reason-card > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 17px;
    color: var(--th-orange-hover);
    background: var(--th-orange-soft);
    border-radius: 12px;
    font-size: 23px;
}

body.th-preview-v2 .th-reason-card h3 {
    margin: 0 0 7px;
    color: var(--th-ink);
    font-family: Oswald, Arial, sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}

body.th-preview-v2 .th-reason-card p {
    margin: 0;
    color: var(--th-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* Footer: retain all legal/content links, present them as a modern information grid. */
body.th-preview-v2 .bgr3 {
    background: linear-gradient(180deg, #F5F6F8 0%, #ECEEF1 100%);
    border-top: 4px solid var(--th-orange);
}

body.th-preview-v2 .prozr-up,
body.th-preview-v2 .prozr-down {
    background: none;
}

body.th-preview-v2 .prozr-down {
    padding: 28px 0 22px;
}

body.th-preview-v2 .bgr3 .container {
    max-width: 1420px;
}

body.th-preview-v2 .bgr3 .container:first-child {
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--th-line);
    border-radius: 13px;
    box-shadow: var(--th-shadow-sm);
}

body.th-preview-v2 .bgr3 .container:nth-of-type(2) {
    padding-top: 12px;
}

body.th-preview-v2 .bgr3 .gray_18,
body.th-preview-v2 .bgr3 .gray_16,
body.th-preview-v2 .bgr3 a {
    color: var(--th-ink);
}

body.th-preview-v2 .bgr3 .gray_18 {
    display: inline-block;
    margin-bottom: 9px;
    text-transform: uppercase;
}

body.th-preview-v2 .bgr3,
body.th-preview-v2 .bgr3 * {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-weight: 300 !important;
}

body.th-preview-v2 .bgr3 a:hover {
    color: var(--th-orange-hover);
}

@media (max-width: 1180px) {
    body.th-preview-v2 .th-hero-grid {
        grid-template-columns: minmax(0, 1.8fr) minmax(270px, .8fr);
    }

    body.th-preview-v2 .th-promo-copy {
        padding: 12px 0 12px 14px;
    }

    body.th-preview-v2 .th-promo-copy strong {
        font-size: 22px;
    }

    body.th-preview-v2 .th-promo-link {
        margin-top: 8px;
        font-size: 11px;
    }

    body.th-preview-v2 .th-trust-item {
        padding-inline: 10px;
    }

    body.th-preview-v2 .headline-slider-container {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    body.th-preview-v2 .headline-list:nth-child(-n+2) {
        grid-column: span 2;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.th-preview-v2 *,
    body.th-preview-v2 *::before,
    body.th-preview-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
