@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("/landFeb2023/fonts/inter-latin-300-700-3100e775e861.woff2") format("woff2");
}

:root {
    --purple-950: #1d0b50;
    --purple-900: #24105f;
    --purple-850: #2a1468;
    --purple-700: #6342de;
    --purple-600: #7951f4;
    --purple-500: #8d55ff;
    --violet: #a442ed;
    --ink: #1d1837;
    --muted: #6f6a89;
    --surface: #f7f5ff;
    --surface-alt: #f0edfb;
    --white: #ffffff;
    --green: #38d993;
    --shadow: 0 20px 48px rgba(45, 25, 95, 0.11), 0 4px 12px rgba(45, 25, 95, 0.06);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 28px;
}

body.ghost-remover-page {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--surface);
    color: var(--ink);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.ghost-remover-page img {
    display: block;
    max-width: 100%;
}

.ghost-remover-page a {
    color: inherit;
}

.ghost-remover-page h1,
.ghost-remover-page h2,
.ghost-remover-page h3,
.ghost-remover-page p {
    margin-top: 0;
}

.shell {
    width: min(1140px, calc(100% - 48px));
    margin-inline: auto;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:focus-visible,
.site-nav a:focus-visible,
.site-footer a:focus-visible,
.faq-item summary:focus-visible,
.range-control input:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 5px #2b155f;
}

.button--primary {
    color: var(--white) !important;
    background: linear-gradient(100deg, #586af4 0%, #a33fec 100%);
    box-shadow: 0 13px 27px rgba(110, 68, 236, 0.33);
}

.button--primary:hover {
    box-shadow: 0 17px 34px rgba(110, 68, 236, 0.43);
}

.button--secondary {
    color: var(--white) !important;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.button--secondary:hover {
    background: rgba(255, 255, 255, 0.16);
}

.hero,
.dark-section {
    color: var(--white);
}

.hero {
    background:
        linear-gradient(111.81deg, #221352 0%, #2e1a68 45%, #140d33 100%),
        radial-gradient(62.5% 91.13% at 75% -10%, #4a2a96 0%, rgba(74, 42, 150, 0) 60%);
}

.dark-section {
    background: linear-gradient(135deg, #2a1469 0%, #24105d 55%, #1c0a4a 100%);
}

.hero {
    min-height: 878px;
    position: relative;
    overflow: hidden;
}

.site-nav {
    position: relative;
    z-index: 5;
    display: grid;
    min-height: 88px;
    grid-template-columns: 240px 1fr auto;
    align-items: center;
    gap: 44px;
}

.site-logo {
    display: inline-flex;
    width: 240px;
    align-items: center;
}

.site-logo__full {
    width: 240px;
    height: 40px;
}

.ghost-remover-page .site-logo__mark {
    display: none;
}

.site-nav__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.site-nav__links a,
.site-nav__login {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 160ms ease;
}

.site-nav__links a:hover,
.site-nav__login:hover {
    color: #fff;
}

.site-nav__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.button--nav {
    min-height: 38px;
    padding: 9px 24px;
    color: #fff !important;
    background: linear-gradient(100deg, #5062d5 0%, #3f6bc9 100%);
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(78, 123, 240, 0.24);
    font-size: 12px;
    text-transform: uppercase;
}

.hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(470px, 0.9fr);
    align-items: center;
    gap: 30px;
    padding: 48px 0 136px;
}

.hero__copy {
    max-width: 570px;
    margin-left: 64px;
}

.hero__copy h1 {
    margin-bottom: 28px;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.99;
}

.hero-title__line {
    display: block;
}

.hero__copy > p:not(.money-back) {
    max-width: 550px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: 350;
    line-height: 1.52;
}

.hero__buttons {
    display: flex;
    gap: 18px;
}

.hero__buttons .button {
    min-width: 145px;
}

.ghost-remover-page .money-back {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    line-height: 1.35;
}

.money-back span {
    margin-right: 6px;
    color: #fff;
}

.hero__visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero__visual img {
    width: min(100%, 505px);
    height: auto;
    filter: drop-shadow(0 24px 34px rgba(9, 2, 36, 0.22));
}

.light-section {
    background: var(--surface);
}

.audience {
    padding: 100px 0 84px;
}

.section-heading {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(36px, 2.65vw, 48px);
    font-weight: 700;
    letter-spacing: -0.042em;
    line-height: 1.12;
}

.section-heading h2 span,
.final-cta h2 span {
    color: var(--purple-500);
}

.section-heading p {
    max-width: 785px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 16px;
    font-weight: 350;
    line-height: 1.5;
}

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

.card-grid--reasons {
    margin-top: 62px;
}

.info-card,
.stat-card {
    background: var(--white);
    border: 1px solid rgba(47, 32, 85, 0.045);
    border-radius: 17px;
    box-shadow: var(--shadow);
}

.info-card {
    min-height: 326px;
    padding: 34px 32px 32px;
}

.info-card__icon {
    display: inline-grid;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    border-radius: 12px;
    place-items: center;
}

.info-card__icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.info-card__icon--bot {
    color: #6f5bed;
    background: #f0edff;
}

.info-card__icon--inactive {
    color: #ff6677;
    background: #fff0f1;
}

.info-card__icon--fake {
    color: #6475e8;
    background: #eef2ff;
}

.info-card h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.info-card p,
.stat-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 350;
    line-height: 1.55;
}

.results {
    padding-top: 166px;
}

.eyebrow {
    margin-bottom: 24px;
    color: var(--purple-600);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.26em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.section-heading--results {
    max-width: 930px;
}

.card-grid--stats {
    margin-top: 58px;
}

.stat-card {
    min-height: 258px;
    padding: 35px 28px 30px;
    text-align: center;
}

.stat-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--purple-600);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
}

.stat-card h3 {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 700;
}

.impact {
    min-height: 598px;
    display: flex;
    align-items: center;
}

.impact__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.86fr);
    align-items: center;
    gap: 78px;
    padding-block: 84px;
}

.impact__copy h2 {
    max-width: 550px;
    margin-bottom: 28px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.impact__copy p {
    max-width: 640px;
    margin-bottom: 19px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    font-weight: 350;
    line-height: 1.6;
}

.impact__copy p:last-child {
    margin-bottom: 0;
}

.impact__visual img {
    width: min(100%, 497px);
    margin-inline: auto;
    filter: drop-shadow(0 28px 34px rgba(9, 2, 35, 0.2));
}

.testimonials {
    padding: 86px 0 87px;
}

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

.testimonial-card {
    min-height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 29px 25px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(118, 81, 232, 0.28), transparent 31%),
        linear-gradient(145deg, #2b1768, #31166c 55%, #3b1d78);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    box-shadow: 0 18px 35px rgba(45, 24, 101, 0.2);
}

.testimonial-card__quote {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 350;
    line-height: 1.55;
}

.testimonial-card__author {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 11px;
}

.testimonial-card__avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
}

.testimonial-card__avatar--sarah {
    background: linear-gradient(135deg, #9d57ff, #6559f5);
}

.testimonial-card__avatar--alex {
    background: linear-gradient(135deg, #8059ff, #585eea);
}

.testimonial-card__avatar--helena {
    background: linear-gradient(135deg, #a15aff, #6b4ff1);
}

.testimonial-card__author div {
    min-width: 0;
}

.testimonial-card__author strong,
.testimonial-card__author span:not(.stars) {
    display: block;
}

.testimonial-card__author strong {
    font-size: 13px;
    line-height: 1.15;
}

.testimonial-card__author span:not(.stars) {
    margin-top: 4px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stars {
    color: #ffc548;
    font-size: 12px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.pricing {
    position: relative;
    overflow: hidden;
    padding: 86px 0 102px;
    background: var(--surface-alt);
}

.pricing .shell {
    position: relative;
    z-index: 1;
}

.pricing-card {
    display: grid;
    min-height: 394px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "features calculator"
        "footer footer";
    align-content: start;
    align-items: start;
    row-gap: 44px;
    margin-top: 62px;
    padding: 26px 52px 22px;
    background: #fff;
    border: 2px solid #8460ff;
    border-radius: 17px;
    box-shadow: 0 25px 55px rgba(77, 42, 158, 0.13);
}

.pricing-card__features {
    grid-area: features;
    padding-right: 58px;
}

.pricing-card__features h3 {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 23px;
    font-weight: 700;
}

.pricing-card__features > p {
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 13px;
}

.pricing-card__features ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-card__features li {
    position: relative;
    padding-left: 27px;
    color: #4c4765;
    font-size: 14px;
}

.pricing-card__features li::before {
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--purple-600);
    content: "★";
    font-size: 16px;
}

.pricing-card__calculator {
    grid-area: calculator;
    width: 300px;
    max-width: 100%;
    min-width: 0;
    padding: 82px 0 0;
    justify-self: start;
    text-align: left;
}

.pricing-card__prompt {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 13px;
}

.pricing-card__price {
    display: block;
    margin-bottom: 14px;
    color: var(--ink);
    font-size: 43px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.range-control {
    --progress: 0%;
    position: relative;
    padding-top: 24px;
}

.range-control__value {
    position: absolute;
    z-index: 2;
    top: 0;
    left: clamp(62px, var(--progress), calc(100% - 62px));
    min-width: 118px;
    padding: 7px 9px;
    transform: translateX(-50%);
    color: #fff;
    background: #2b1c57;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 650;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.range-control__value::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(45deg);
    background: #2b1c57;
    content: "";
}

.range-control input {
    width: 100%;
    height: 22px;
    margin: 0;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.range-control input::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #7952f1 var(--progress), #ded9ed var(--progress));
    border-radius: 999px;
}

.range-control input::-moz-range-track {
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #7952f1 var(--progress), #ded9ed var(--progress));
    border-radius: 999px;
}

.range-control input::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    margin-top: -7px;
    appearance: none;
    background: #7f54f4;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(68, 39, 136, 0.35);
}

.range-control input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #7f54f4;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(68, 39, 136, 0.35);
}

.pricing-card__button {
    width: min(320px, 100%);
    min-height: 48px;
    display: flex;
}

.pricing-card__footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ghost-remover-page .pricing-card__guarantee {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 10px;
    text-align: center;
}

.faq {
    padding: 90px 0 81px;
}

.shell--faq {
    width: min(900px, calc(100% - 48px));
}

.faq .section-heading {
    max-width: 820px;
}

.faq-list {
    display: grid;
    gap: 14px;
    margin-top: 56px;
}

.faq-item {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(59, 40, 104, 0.055);
    border-radius: 13px;
    box-shadow: 0 9px 25px rgba(48, 30, 93, 0.07);
}

.faq-item summary {
    position: relative;
    padding: 25px 62px 25px 27px;
    color: var(--ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    list-style: none;
}

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

.faq-item summary::after {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--purple-600);
    content: "+";
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item__answer {
    padding: 0 52px 26px 27px;
}

.faq-item__answer p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 350;
    line-height: 1.65;
}

.final-cta {
    min-height: 534px;
    display: flex;
    align-items: center;
}

.final-cta__inner {
    max-width: 960px;
    padding-block: 92px;
    text-align: center;
}

.final-cta h2 {
    margin-bottom: 23px;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.14;
}

.final-cta p {
    max-width: 880px;
    margin: 0 auto 34px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 350;
    line-height: 1.6;
}

.final-cta .button {
    min-width: 150px;
}

.site-footer {
    padding: 82px 0 73px;
    background: #f4f2fb;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(230px, 1.55fr) repeat(3, minmax(105px, 0.72fr)) minmax(210px, 1.05fr);
    align-items: start;
    gap: 42px;
}

.site-footer__brand img {
    width: 193px;
    height: 34px;
}

.site-footer__brand p {
    margin: 27px 0 0;
    color: #77718c;
    font-size: 12px;
    line-height: 1.45;
}

.site-footer__brand p + p {
    margin-top: 7px;
}

.site-footer__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-footer__column h2 {
    margin-bottom: 13px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
}

.site-footer__column a,
.site-footer__column p {
    margin: 0;
    color: #6f6985;
    font-size: 11px;
    line-height: 1.45;
    text-decoration: none;
}

.site-footer__column a:hover {
    color: var(--purple-700);
    text-decoration: underline;
}

.site-footer__contact p {
    margin-bottom: 5px;
}

@media (max-width: 1180px) {
    .site-nav {
        grid-template-columns: 210px 1fr auto;
        gap: 28px;
    }

    .site-logo,
    .site-logo__full {
        width: 210px;
        height: auto;
    }

    .site-nav__links {
        gap: 24px;
    }

    .hero__content {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
        gap: 38px;
        padding-inline: 24px;
    }

    .hero__copy {
        margin-left: 24px;
    }

    .site-footer__grid {
        gap: 28px;
    }
}

@media (max-width: 1024px) {
    .shell {
        width: min(772px, calc(100% - 48px));
    }

    .hero {
        min-height: 1133px;
    }

    .site-nav {
        min-height: 80px;
        grid-template-columns: 205px 1fr auto;
    }

    .site-nav__links {
        display: none;
    }

    .site-nav__actions {
        grid-column: 3;
        justify-self: end;
    }

    .hero__content {
        display: flex;
        flex-direction: column;
        gap: 56px;
        padding: 70px 0 85px;
        text-align: center;
    }

    .hero__copy {
        max-width: 600px;
        margin-left: 0;
    }

    .hero__copy h1 {
        margin-bottom: 23px;
        font-size: 36px;
        line-height: 1.05;
    }

    .hero__copy > p:not(.money-back) {
        max-width: 540px;
        margin-inline: auto;
    }

    .hero__buttons {
        justify-content: center;
    }

    .hero__visual {
        width: 100%;
        justify-content: center;
    }

    .hero__visual img {
        width: 405px;
    }

    .audience {
        padding-top: 104px;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }

    .card-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: calc(50% - 13px);
        justify-self: center;
    }

    .info-card {
        min-height: 310px;
    }

    .results {
        padding-top: 155px;
    }

    .impact {
        min-height: 963px;
    }

    .impact__inner {
        display: flex;
        flex-direction: column;
        gap: 62px;
        padding-block: 86px 75px;
        text-align: center;
    }

    .impact__copy h2,
    .impact__copy p {
        margin-inline: auto;
    }

    .impact__copy h2 {
        font-size: 37px;
    }

    .impact__visual img {
        width: 440px;
    }

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

    .testimonial-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
    }

    .testimonial-card {
        min-height: 286px;
    }

    .pricing-card {
        min-height: 384px;
        padding-inline: 32px;
    }

    .pricing-card__features {
        padding-right: 34px;
    }

    .pricing-card__calculator {
        padding-left: 0;
    }

    .site-footer__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 48px 32px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__contact {
        grid-column: 1 / 2;
    }

    .faq {
        padding: 102px 0 140px;
    }

    .faq-list {
        margin-top: 64px;
    }

    .final-cta {
        min-height: 502px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .audience {
        padding-bottom: 142px;
    }

    .hero-title__line--first,
    .hero-title__line--middle {
        display: inline;
    }

    .hero-title__line--first::after {
        content: " ";
    }

    .pricing {
        padding: 123px 0 138px;
    }

    .pricing-card {
        row-gap: 14px;
    }

    .pricing-card__features > p {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .pricing-card__features ul {
        gap: 10px;
    }

    .pricing-card__features li {
        font-size: 12px;
    }

    .faq {
        padding: 125px 0 185px;
    }

    .faq-list {
        margin-top: 89px;
    }

    .final-cta__inner {
        padding-block: 80px;
    }

    .final-cta h2 {
        font-size: 36px;
    }

    .site-footer {
        padding: 104px 0 96px;
    }
}

@media (max-width: 767px) {
    .shell,
    .shell--faq {
        width: min(100% - 48px, 520px);
    }

    .button {
        min-height: 48px;
        padding-inline: 22px;
        font-size: 13px;
    }

    .hero {
        min-height: 1116px;
    }

    .site-nav {
        min-height: 68px;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .site-logo,
    .site-logo__full {
        width: 174px;
    }

    .site-nav__actions {
        grid-column: 2;
        gap: 13px;
    }

    .button--nav {
        min-height: 34px;
        padding: 8px 16px;
        font-size: 10px;
    }

    .site-nav__login {
        font-size: 11px;
    }

    .hero__content {
        gap: 65px;
        padding: 72px 0 80px;
    }

    .hero__copy h1 {
        font-size: 32px;
    }

    .hero__copy > p:not(.money-back) {
        font-size: 15px;
    }

    .hero__visual img {
        width: 330px;
    }

    .audience {
        padding: 98px 0 87px;
    }

    .section-heading h2 {
        font-size: 31px;
        line-height: 1.15;
    }

    .section-heading p {
        font-size: 14px;
    }

    .card-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .card-grid > :last-child:nth-child(odd),
    .testimonial-card:last-child {
        grid-column: auto;
        width: auto;
    }

    .card-grid--reasons,
    .card-grid--stats {
        margin-top: 48px;
    }

    .info-card {
        min-height: 302px;
    }

    .results {
        padding-top: 142px;
    }

    .stat-card {
        min-height: 238px;
    }

    .impact {
        min-height: 1089px;
    }

    .impact__inner {
        gap: 60px;
        padding-block: 92px 88px;
    }

    .impact__copy h2 {
        font-size: 32px;
    }

    .impact__copy p {
        font-size: 14px;
    }

    .impact__visual img {
        width: min(100%, 420px);
    }

    .testimonials {
        padding: 94px 0 81px;
    }

    .testimonial-grid {
        gap: 22px;
        margin-top: 49px;
    }

    .testimonial-card {
        min-height: 272px;
    }

    .pricing {
        padding: 90px 0 61px;
    }

    .pricing-card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "features"
            "calculator"
            "footer";
        row-gap: 28px;
        margin-top: 52px;
        padding: 34px 25px 25px;
    }

    .pricing-card__features {
        padding: 0 0 34px;
        border-right: 0;
        border-bottom: 1px solid #ded9ef;
    }

    .pricing-card__calculator {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .pricing-card__button {
        width: 100%;
    }

    .pricing-card__price {
        margin-bottom: 27px;
    }

    .faq {
        padding: 138px 0 147px;
    }

    .faq-list {
        gap: 19px;
        margin-top: 75px;
    }

    .faq-item summary {
        min-height: 84px;
        display: flex;
        align-items: center;
        padding: 24px 52px 24px 20px;
        font-size: 14px;
    }

    .faq-item summary::after {
        right: 21px;
    }

    .faq-item__answer {
        padding: 0 21px 32px 20px;
    }

    .faq-item__answer p {
        font-size: 13px;
    }

    .desktop-break {
        display: none;
    }

    .final-cta {
        min-height: 729px;
    }

    .final-cta__inner {
        padding-block: 94px;
    }

    .final-cta h2 {
        font-size: 27px;
    }

    .final-cta p {
        font-size: 13px;
    }

    .site-footer {
        padding-block: 90px 92px;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 30px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__contact {
        grid-column: 1 / -1;
        max-width: 260px;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 1116px;
    }

    .site-logo {
        width: 30px;
    }

    .ghost-remover-page .site-logo__full {
        display: none;
    }

    .ghost-remover-page .site-logo__mark {
        display: block;
        width: 27px;
        height: 30px;
    }

    .hero__content {
        gap: 78px;
        padding-top: 78px;
    }

    .hero__copy h1 {
        font-size: 36px;
        letter-spacing: -0.04em;
    }

    .hero__buttons {
        flex-direction: column;
        gap: 13px;
    }

    .hero__buttons .button {
        width: 100%;
    }

    .hero__visual img {
        width: 318px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .info-card {
        min-height: 302px;
        padding: 31px 27px;
    }

    .stat-card strong {
        font-size: 44px;
    }

    .impact {
        min-height: 1089px;
    }

    .impact__copy h2 {
        font-size: 30px;
    }

    .testimonial-card {
        min-height: 272px;
        padding-inline: 24px;
    }

    .testimonial-card__author {
        grid-template-columns: 40px minmax(0, 1fr) auto;
    }

    .testimonial-card__avatar {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .pricing-card__features li {
        font-size: 13px;
    }

    .final-cta {
        min-height: 729px;
    }

    .final-cta h2 {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .button {
        transition: none;
    }
}
