@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --background-color: #E9E7F8;
    --primary-color: #18181B;
    --secondary-color: #44355B;
    --hero-bg: #302640;
    --footer-bg: #1A2751;
    --footer-active-color: #F87A71;
    --cta-bg-color: #DC3326;
    --last-bg: #DCEAFD;
    --gs-bg: #F0F6FE;
    --manage-bg: #DCEAFD;
    --light-bg: #FFFFFF;
    --soft-purple: #F3F2FB;
    --soft-red: #FEF3F2;
    --hero-heading: #FEE4E2;
    --muted-text: #27272A;
    --border-color: #E4E4E7;
    --success-bg: #F1FCF5;
    --success-border: #55D38E;
    --success-color: #1D7847;
    --success-deep: #184F33;
    --error-border: #FF8EA2;
    --error-color: #E30029;
    --error-deep: #BA0021;
    --ad-bg: #F4F7F7;
    --ad-border: #A3B9BD;
    --ad-text: #5B797F;
    --htu-last-color: #18181B;
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

html {
    scroll-behavior: smooth;
    font-family: "Libre Franklin", sans-serif !important;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Libre Franklin", sans-serif !important;
    background-color: var(--hero-bg);
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Franklin", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0;
}

h1 {
    color: var(--secondary-color);
    font-size: 56px;
    line-height: 1.18;
}

.h1-big {
    font-size: 69px;
    line-height: 76px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.p-big {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.btn-install-extension {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 48px;
    padding: 16px 24px;
    border-radius: 8px;
    background: var(--cta-bg-color);
    box-shadow: var(--shadow-md);
    color: #FFFFFF;
    font-family: "Kanit", sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-install-extension-small {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 18px;
}

.btn-install-extension-2 {
    background: var(--cta-bg-color);
}

.btn-install-extension:hover,
.btn-install-extension:focus {
    color: #FFFFFF;
    opacity: 0.86;
    transition: 0.25s;
}

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

header {
    background: var(--hero-bg);
}

header .navbar-brand img {
    width: 232px;
    max-width: 100%;
}

header .nav-link {
    color: #F4F4F5;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    padding-top: 11px;
    margin-bottom: 11px;
}

header .active .nav-link,
header .nav-link:hover {
    color: var(--footer-active-color);
    transition: 0.25s;
}

.navbar-toggler {
    background-color: var(--cta-bg-color);
}

.hero-section {
    background: var(--hero-bg);
    color: #F4F4F5;
    padding: 48px 0 72px;
}

.hero-section h1 {
    color: var(--hero-heading);
}

.hero-section p {
    color: #F4F4F5;
}

.hero-section .featured-pill {
    background: var(--secondary-color);
    color: #D8D3F2;
    margin-bottom: 28px !important;
    font-size: 18px;
}

.hero-section .featured-pill strong {
    color: var(--footer-active-color);
    font-style: italic;
}

.hero-media {
    display: flex;
    justify-content: center;
}

.intro-img {
    width: 100%;
    max-width: 590px;
    padding: 18px;
    border-radius: 18px;
}

footer {
    background: var(--footer-bg) !important;
    min-height: 230px;
}

footer .footer-layout {
    align-items: flex-start;
}

footer .footer-brand {
    position: relative;
    min-height: 100px;
}

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

footer .footer-menus {
    display: flex;
    justify-content: flex-end;
    gap: 36px;
}

footer .footer-menu-col {
    flex: 0 1 260px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.34);
}

footer .footer-menu-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    color: var(--footer-active-color);
}

footer .footer-nav-list {
    gap: 6px;
}

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

footer .nav-link {
    color: #F4F4F5 !important;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    padding: 0;
}

footer a,
footer a:link,
footer a:visited {
    color: #F4F4F5 !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.25s;
}

.footer-img {
    position: absolute;
    max-width: 225px;
    margin-top: -130px;
}

.last-section-container {
    background: var(--last-bg);
}

#challenge {
    background: var(--background-color) !important;
}

#challenge h1,
#featured-tools h1,
#getting-started h1,
#managing-extension h2,
.last-section-container h1 {
    color: var(--secondary-color);
}

#challenge,
#featured-tools,
#getting-started,
#managing-extension,
.last-section-container {
    padding-top: 64px;
    padding-bottom: 64px;
}

.featured-pill,
.getting-started-pill {
    display: inline-block;
    width: auto !important;
    margin: auto !important;
    border: 0;
    border-radius: 999px !important;
    background: var(--soft-purple);
    color: var(--cta-bg-color);
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    padding: 8px 24px !important;
    text-transform: uppercase;
}

.frustrations-section h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}

.frustration-card,
.solution-card {
    min-height: 414px;
    border-radius: 16px !important;
}

.frustration-card {
    background: #FFFFFF;
    border: 2px solid var(--error-border);
}

.solution-card {
    background: var(--success-bg);
    border: 2px solid var(--success-border);
}

.frustrations-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #09090B;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.list-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    margin-top: 1px;
    font-weight: 700;
    color: #FFFFFF;
}

.list-icon-negative {
    background: #FF002E;
}

.list-icon-positive {
    background: #209958;
}

.frustration-note,
.solution-note {
    font-weight: 600;
    line-height: 1.35;
}

.frustration-note {
    color: var(--error-deep);
}

h2.frustration-note {
    color: var(--error-color);
}

.solution-note {
    color: var(--success-deep);
}

h2.solution-note {
    color: var(--success-color);
}

.banner-holder,
.banner-wrapper,
.banner-container {
    max-width: 100%;
}

#featured-tools {
    text-align: center;
    background: var(--light-bg) !important;
}

#featured-tools h1 {
    margin-bottom: 18px;
}

#featured-tools p {
    max-width: 860px;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    margin: 0 auto;
}

#featured-tools .wb-tools-grid {
    text-align: left;
}

.wb-tool-card {
    min-height: 226px;
    padding: 24px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: none;
}

.wb-tool-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: var(--soft-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.wb-tool-icon-wrap svg {
    width: 32px;
    height: 32px;
}

.wb-tool-icon-wrap svg path,
.wb-tool-icon-wrap svg circle,
.wb-tool-icon-wrap svg rect,
.wb-tool-icon-wrap svg line,
.wb-tool-icon-wrap svg polyline,
.wb-tool-icon-wrap svg polygon {
    fill: none !important;
    stroke: var(--cta-bg-color) !important;
}

.wb-tool-title {
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
}

.wb-tool-description {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 21px;
}

.tool-group-title {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 600;
}

#how-it-works {
    overflow: hidden;
    background: linear-gradient(to bottom, var(--light-bg) 0%, var(--light-bg) 50%, var(--gs-bg) 50%, var(--gs-bg) 100%);
}

#how-it-works .lats-section {
    background-color: var(--hero-bg);
    background-image: url("../img/blue-bg.webp");
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 24%;
    border-radius: 8px;
}

#how-it-works .lats-section h2 {
    color: #FECECA;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}

#how-it-works .lats-section p {
    color: #FECECA;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

#how-it-works .lats-section .btn-install-extension-2 {
    color: #FFFFFF;
}

#getting-started {
    background: var(--gs-bg);
}

#getting-started p,
#managing-extension p {
    color: var(--primary-color);
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
}

.getting-started-pill {
    background: #FAFAFA;
}

.getting-started-card {
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: var(--shadow-md);
}

.gs-step-title {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

#managing-extension {
    background: var(--manage-bg);
}

#managing-extension h2 {
    font-size: 56px;
    line-height: 72px;
}

.managing-extension-intro {
    text-align: center;
}

.managing-extension-intro p {
    margin-left: auto;
    margin-right: auto;
}

.manage-step-card {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: none;
    padding: 12px 24px 12px 12px;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 226px;
}

.manage-step-media {
    width: 216px;
    max-width: 44%;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
}

.manage-step-content {
    width: 60%;
    align-self: center;
}

.manage-step-content h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 8px;
}

.manage-step-content p {
    margin: 0;
    color: var(--muted-text) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
}

.last-section-container h1 {
    font-size: 69px;
    line-height: 76px;
}

.last-section-container .img-fluid {
    max-width: 285px;
}

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

.exit-survey-view.container {
    width: 100%;
    max-width: none;
}

.exit-survey-view {
    color: var(--soft-purple);
    background: var(--hero-bg);
    padding: 76px 24px 88px !important;
    min-height: calc(100vh - 230px);
}

.exit-survey-view > .row {
    max-width: 1216px;
    margin-right: auto;
    margin-left: auto;
}

.exit-survey-view .col {
    padding-right: 0;
    padding-left: 0;
}

#exit-survey-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--soft-purple);
}

#exit-survey-form h2 {
    order: 1;
    margin: 0 0 48px;
    color: var(--hero-heading);
    font-size: 69px;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: 0;
}

#exit-survey-form h2 strong {
    font-weight: 600;
}

#exit-survey-form h2::before {
    display: block;
    margin-bottom: 8px;
    content: "\1F44B";
}

#exit-survey-form > .row.justify-content-center {
    order: 3;
    width: 100%;
    max-width: 728px;
    margin: 80px auto 0 !important;
}

#exit-survey-form .questions-holder {
    order: 2;
    width: min(100%, 1010px) !important;
    max-width: 1010px;
    margin: 0 auto !important;
    padding: 48px;
    color: #E9E7F8;
    background: var(--secondary-color);
    border: 0;
    border-radius: 16px;
    box-shadow: var(--shadow-md);
}

#exit-survey-form .questions-holder > .form-group:first-child {
    margin-top: 0 !important;
}

#exit-survey-form .questions-holder h5 {
    max-width: 914px;
    margin-bottom: 24px !important;
    color: #E9E7F8;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0;
}

#exit-survey-form .questions-holder .form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px !important;
    padding-left: 0;
}

#exit-survey-form .questions-holder .form-check-input {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 1px 0 0;
    appearance: none;
    -webkit-appearance: none;
    background: #FFFFFF;
    border: 1px solid var(--hero-bg);
    border-radius: 4px;
}

#exit-survey-form .questions-holder .form-check-input:checked {
    background: var(--cta-bg-color);
    border-color: var(--cta-bg-color);
}

#exit-survey-form .questions-holder .form-check-input:checked::after {
    position: absolute;
    top: 3px;
    left: 8px;
    width: 7px;
    height: 13px;
    content: "";
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#exit-survey-form .questions-holder .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(220, 51, 38, 0.28);
}

#exit-survey-form .questions-holder .form-check-label {
    color: #E9E7F8;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

#exit-survey-form .questions-holder textarea.form-control {
    color: #E9E7F8;
    background: var(--hero-bg);
    border: 1px solid rgba(233, 231, 248, 0.7);
    border-radius: 8px;
}

#exit-survey-form .questions-holder .form-group:last-child {
    margin-top: 40px !important;
    margin-bottom: 0;
}

#exit-survey-form .submit-exit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 48px;
    padding: 12px 22px;
    color: #FFFFFF;
    background: var(--cta-bg-color) !important;
    border: 0 !important;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    font-family: "Kanit", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}

#exit-survey-form .submit-exit:hover,
#exit-survey-form .submit-exit:focus {
    color: #FFFFFF;
    background: var(--cta-bg-color) !important;
    opacity: 0.86;
}

.exit-survey-view .box728x90 {
    width: min(100%, 728px);
    min-height: 90px;
    margin-top: 0 !important;
    overflow: hidden;
    background: #3E3F47;
    border: 1px solid #51525C;
    border-radius: 8px;
}

.exit-survey-view .box728x90 iframe,
.exit-survey-view .box728x90 img {
    max-width: 100%;
    border: 0;
}

.exit-survey-view .alert {
    max-width: 1010px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
}

.fdbck-header-holder {
    background: var(--secondary-color);
}

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

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

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

.legal-container a:hover {
    color: var(--secondary-color) !important;
    opacity: 0.6;
    transition: 0.25s;
}

.htu-wrapper {
    min-height: 100vh;
}

.htu-main {
    background: var(--hero-bg);
    min-height: 100vh;
    overflow-y: hidden;
}

.htu-nav {
    background: var(--background-color);
    min-height: 100vh;
}

.htu-nav .back {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
}

.htu-nav button,
.htu-nav a {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.htu-nav button.active,
.htu-nav button:hover,
.htu-nav a:hover,
.htu-nav a.active {
    color: var(--cta-bg-color);
    transition: 0.25s;
}

.all-tools h6 {
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.all-tools p {
    color: var(--primary-color);
    font-size: 16px !important;
    font-weight: 400 !important;
}

.htu-main-bn {
    position: absolute;
    bottom: 30px;
    right: calc(12% - 80px);
}

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

.htu-main-content {
    width: 100%;
    height: calc(100vh - 290px);
    color: var(--footer-active-color);
    overflow-y: scroll;
}

.htu-main-content h1 {
    color: var(--hero-heading);
    font-size: 48px;
    font-weight: 600;
}

.htu-main-content p {
    font-size: 22px;
}

.htu-item {
    display: none;
}

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

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

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

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

@media (min-width: 1200px) {
    .w-xl-75 {
        width: 73% !important;
    }
}

@media (max-height: 900px) {
    .footer-img {
        display: none !important;
    }
}

@media (max-width: 1400px) {
    .box160x600-sticky,
    .footer-img {
        display: none !important;
    }

    footer {
        min-height: 190px;
    }

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

    .thats-it img {
        position: relative;
    }

    .htu-main-bn {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .h1-big,
    .last-section-container h1 {
        font-size: 52px;
        line-height: 58px;
    }

    h1,
    #managing-extension h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .p-big,
    #featured-tools p,
    #getting-started p,
    #managing-extension p {
        font-size: 18px;
        line-height: 28px;
    }

    .wb-tool-card {
        padding: 18px;
        min-height: 210px;
    }

    .wb-tool-icon-wrap {
        margin-bottom: 32px;
    }

    .frustrations-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .frustrations-list li {
        font-size: 15px;
    }

    .frustration-note,
    .solution-note {
        font-size: 18px;
    }

    #how-it-works .lats-section {
        background-position: center right 16px;
        background-size: 34%;
        min-height: 220px;
    }

    footer .footer-menus {
        justify-content: flex-start;
        gap: 18px;
        flex-direction: column;
    }

    footer .footer-menu-col {
        flex: 1 1 auto;
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }

    .htu-nav {
        min-height: 35vh;
    }

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

    #exit-survey-form h2 {
        font-size: 52px;
        line-height: 60px;
    }

    #exit-survey-form .questions-holder {
        padding: 36px;
    }

    #exit-survey-form .questions-holder h5 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    header {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    header .navbar-brand img {
        width: 205px;
    }

    .hero-section {
        padding: 32px 0 56px;
        text-align: center;
    }

    .h1-big,
    .last-section-container h1 {
        font-size: 42px;
        line-height: 48px;
    }

    h1,
    #managing-extension h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .featured-pill,
    .getting-started-pill {
        font-size: 15px;
        line-height: 22px;
    }

    .intro-img {
        padding: 12px;
    }

    #challenge > .w-75,
    #challenge h1.w-75,
    .managing-extension-intro p {
        width: 100% !important;
    }

    .manage-step-card {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 14px;
    }

    .manage-step-media,
    .manage-step-content {
        width: 100%;
        max-width: 100%;
    }

    .manage-step-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .exit-survey-view {
        padding: 48px 16px 64px !important;
    }

    #exit-survey-form h2 {
        margin-bottom: 32px;
        font-size: 38px;
        line-height: 46px;
    }

    #exit-survey-form .questions-holder {
        padding: 24px;
    }

    #exit-survey-form .questions-holder h5 {
        font-size: 24px;
        line-height: 32px;
    }

    #exit-survey-form > .row.justify-content-center {
        margin-top: 48px !important;
    }
}
