@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Young+Serif&display=swap");


:root {
    --background-color: #F5F0EE;
    --primary-color: #380921;
    --secondary-color: #fff;
    --footer-bg: #380921;
    --footer-active-color: #EF0147;
    --cta-bg-color: #EF0147;
    --last-bg: #660134;
    --gs-bg: #FFFCEB;
    --second-bg: #F5F0EE;
    --top-bg: linear-gradient(180deg, #F5F0EE 0%, #FFF 100%);
    --pill-bg: rgba(239, 1, 71, 0.20);
}

html {
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif !important;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: "Inter", sans-serif !important;
    background-color: var(--background-color);
    min-height: 100vh;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--cta-bg-color);
}

.h1-big {
    font-size: 56px;
    font-weight: 700;
    line-height: normal;
    color: var(--primary-color);
}

h2 {
    color: var(--cta-bg-color);
    font-family: Inter;
    font-size: 28px;
    font-weight: 500;
}

p {
    font-size: 20px;
    font-weight: 400;
}

.p-big {
    font-size: 28px;
}

.btn-install-extension {
    background: var(--cta-bg-color);
    padding: 20px 40px 20px 40px;
    width: auto;
    border-radius: 40px;
    color: var(--background-color) !important;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}

.btn-install-extension:hover {
    color: var(--background-color);
    opacity: 0.8;
    transition: 0.8s;
}

.active-color {
    color: var(--cta-bg-color) !important;
}

header.header {
    background-color: transparent;
    padding: 12px 0;
}

header.header .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

header.header .header-brand {
    display: inline-flex;
    align-items: center;
}

header.header .header-logo {
    max-height: 48px;
    width: auto;
}

.secondary-bg {
    background: var(--secondary-color) !important;
}

.last-bg {
    background: var(--last-bg) !important;
    color: var(--background-color) !important;
}

.last-bg h2 {
    color: var(--background-color) !important;
    font-size: 40px;
    font-weight: 700;
}

.last-bg .p-big {
    color: var(--footer-active-color);
}

.download-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.download-step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    padding: 26px 22px 28px;
    border-radius: 22px;
    background: var(--background-color);
    text-align: center;
}

.step-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 92px;
    margin-bottom: 22px;
}

.step-visual-input {
    padding: 8px 0;
}

.step-url-bar {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    max-width: 240px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--secondary-color);
    box-shadow: 0 10px 24px rgba(56, 9, 33, 0.08);
}

.step-url-icon,
.step-url-text,
.step-url-action {
    display: flex;
    align-items: center;
    min-height: 46px;
}

.step-url-icon {
    justify-content: center;
    color: var(--primary-color);
    font-size: 18px;
}

.step-url-text {
    overflow: hidden;
    padding: 0 12px 0 8px;
    color: var(--primary-color);
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.step-url-action {
    justify-content: center;
    padding: 0 18px;
    background: var(--footer-active-color);
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
}

.step-visual-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-content: center;
    max-width: 250px;
}

.step-pill {
    min-width: 70px;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--pill-bg);
    color: var(--footer-active-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.step-pill-active {
    background: var(--footer-active-color);
    color: var(--secondary-color);
}

.step-visual-action {
    padding: 8px 0;
}

.step-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 10px;
    background: var(--footer-active-color);
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
}

.step-card-title {
    margin: 0 0 12px;
    color: var(--footer-active-color);
    font-size: 24px;
    font-weight: 500;
}

.step-card-text {
    margin: 0;
    max-width: 300px;
    line-height: 1.45;
}

.features-grid-section {
    width: 100%;
}

.feature-card {
    border: 0;
    border-radius: 16px;
}

.feature-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 30px 24px;
}

.feature-icon-wrap {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
}

.feature-icon-wrap img {
    max-width: 24px;
    max-height: 24px;
}

.highlight-item {
    padding: 14px 0;
    justify-content: flex-start;
    text-align: left;
}

.why-choose-grid {
    max-width: 960px;
    text-align: left !important;
}

.why-choose-grid .row {
    margin-left: 0;
    margin-right: 0;
}

.highlight-icon-wrap {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    background: var(--secondary-color);
}

.highlight-icon-wrap img {
    max-width: 20px;
    max-height: 20px;
}

.highlight-item p {
    text-align: left !important;
}

.supported-formats-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.formats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.format-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 25px;
    color: var(--background-color);
    background: var(--cta-bg-color);
    line-height: normal;
}

.cta-download-panel {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 36px;
    padding: 52px 24px 26px;
    background: var(--cta-bg-color);
    color: var(--secondary-color);
}

.cta-download-panel .cta-title {
    color: var(--background-color);
    font-size: 40px;
    font-weight: 700;
}

.cta-download-panel .cta-subtitle {
    color: var(--background-color);
    font-size: 28px;
}

.cta-download-panel .btn-install-extension {
    background-color: var(--secondary-color);
    color: var(--cta-bg-color) !important;
}

.cta-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 52px;
    margin-top: 34px;
}

.cta-benefit-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.cta-benefit-icon {
    display: inline-flex;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
    align-items: stretch;
}

.step-card {
    display: block;
    text-align: center;
    padding: 24px;
}

.step-media {
    position: relative;
}

.step-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.step-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 25px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    border-radius: 50%;
    background: var(--cta-bg-color);
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 700;
    flex: 0 0 48px;
}

.step-title {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: var(--primary-color);
}

.prefs-row {
    overflow: hidden;
}

.prefs-side,
.prefs-main {
    min-height: 150px;
}

.prefs-side-title {
    margin: 0;
    line-height: 1.2;
}

.prefs-icon {
    width: 32px;
    height: 32px;
    border: 2px solid currentColor;
    border-radius: 8px;
}

.prefs-pill-btn {
    border: 0;
    border-radius: 9px;
    min-width: 90px;
    min-height: 36px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    background: var(--cta-bg-color);
    cursor: default !important;
}

.prefs-main p {
    line-height: 1.25;
}

.step-card-side-slot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-htu-section * {
    color: var(--background-color) !important;
}

.htu-last-card-left {
    background: var(--background-color) !important;
}

.htu-last-card-left h3 {
    display: flex;
    font-size: 16px;
    color: var(--primary-color) !important;
}

.htu-last-card-right {
    background: var(--footer-bg) !important;
}

@media (max-width: 576px) {
    .cta-download-panel {
        border-radius: 24px;
        padding: 36px 18px 20px;
    }

    .cta-download-panel .cta-title {
        font-size: 34px;
    }

    .cta-download-panel .cta-subtitle {
        font-size: 20px;
    }

    .cta-install-btn {
        min-height: 52px;
        font-size: 24px;
        padding: 0 24px;
    }

    .cta-benefits {
        gap: 12px 24px;

    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }

    .step-card {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .step-heading {
        gap: 8px;
        width: 100%;
        margin-bottom: 10px;
    }

    .step-number {
        width: 34px;
        height: 34px;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 400;
    }

    .step-title {
        font-size: 18px;
        margin: 0;
    }

    .prefs-side,
    .prefs-main {
        min-height: auto;
    }

    .step-description {
        min-height: 280px;
    }

    .slot-placeholder {
        min-height: 220px;
    }

    header.header .header-logo {
        max-height: 36px;
    }
}

div[data-disclosures-text="1"] {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px;
}

div[data-disclosures-text="1"] span {
    text-transform: uppercase;
}

footer {
    background: var(--footer-bg) !important;
    flex-shrink: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

footer .footer-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 28px 0;
}

footer .footer-brand {
    display: inline-flex;
    justify-content: center;
}

footer .footer-logo {
    max-width: 250px;
}

footer .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px 34px;
    margin: 0;
    padding: 0;
}

footer .footer-nav-list .nav-item {
    margin: 0;
}

footer .nav-link {
    color: var(--background-color) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    transition: 0.4s;
}

footer a,
footer a:link,
footer a:visited {
    color: var(--background-color) !important;
}

footer .nav-link:hover,
footer .nav-link:focus,
footer .nav-link:focus-visible,
footer .nav-link:active,
footer .active .nav-link {
    color: var(--footer-active-color) !important;
    transition: 0.4s;
}

@media (max-width: 1000px) {
    .download-steps-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .feature-card .card-body {
        padding: 26px 20px;
    }

    footer .footer-logo {
        max-width: 210px;
    }

    footer .footer-nav-list {
        gap: 10px 24px;
    }

    footer .nav-link {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .download-step-card {
        padding: 22px 16px 24px;
        border-radius: 18px;
    }

    .step-url-bar {
        max-width: 100%;
    }

    .step-url-text {
        font-size: 14px;
    }

    .step-url-action,
    .step-pill,
    .step-download-button {
        font-size: 15px;
    }

    .step-card-title {
        font-size: 21px;
    }

    footer .footer-layout {
        gap: 14px;
        padding: 22px 0;
    }

    footer .footer-logo {
        max-width: 180px;
    }

    footer .footer-nav-list {
        gap: 8px 16px;
    }

    footer .nav-link {
        font-size: 18px;
    }
}


.error-view,
.ccpa-container,
.legal-container,
.exit-survey-view,
.requirements-view {
    color: var(--primary-color);
    min-height: calc(100vh - 141px);
}

.fdbck-header-holder {
    background: var(--last-bg) !important;
}

.fdbc-img-holder {
    background: var(--background-color);
}

.stars-container .rating {
    margin-right: 0px !important;
}

.legal-container a {
    color: var(--footer-active-color) !important;
    text-decoration: none;
    transition: 1s;
}

.legal-container a:hover {
    color: var(--primary-color) !important;
    opacity: 0.8;
    transition: 1s;
}

.htu-ty h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
}

.htu-ty h2 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
    color: var(--primary-color);
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--primary-color)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--cta-bg-color);
}


@media (max-width: 1400px) {

    .box160x600-sticky,
    .footer-img {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .htu-nav {
        min-height: 35vh;
    }

    .htu-main {
        min-height: 70vh;
    }
}