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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: #000;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

button {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
    margin-top: 0;
}

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

h1 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

h2 {
    margin-bottom: 60px;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.02em;
}

h3 {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: clamp(0.16rem, 0.1472rem + 0.21vw, 0.2rem);
    font-weight: 600;
    gap: 12px;
    text-align: center;
}

.mo {
    display: none;
}

.step-box.mo {
    display: none;
    gap: 40px;
    justify-content: center;
}

.step-box span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
}

.arrow-left::after {
    display: inline-block;
    content: "\e802";
    font-family: 'iconfont';
    color: #EDEDED;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg);
}

.arrow-right::after {
    display: inline-block;
    content: "\e802";
    font-family: 'iconfont';
    color: #EDEDED;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button span {
    position: relative;
    z-index: 1;
}

a.button-primary::before {
    content: "\e93e";
    display: inline-block;
    vertical-align: middle;
    font-family: 'iconfont';
    font-size: 22px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

a.button-primary {
    position: relative;
    color: #3d2414;
    background: radial-gradient(531.62% 59.39% at 62.96% 50.79%, rgba(255, 255, 255, 0.20) 0%, rgba(105, 52, 255, 0.00) 100%), linear-gradient(107deg, rgba(255, 231, 146, 0.90) 1.32%, rgba(255, 164, 125, 0.90) 23.66%, rgba(238, 61, 231, 0.90) 66.12%, rgba(142, 97, 255, 0.90) 96.67%);
    box-shadow: 0 0 9.566px 0 rgba(255, 255, 255, 0.74) inset;
    text-decoration: none;
    border: none;
}

a.button-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    background: radial-gradient(531.62% 59.39% at 62.96% 50.79%, rgba(255, 255, 255, 0.20) 0%, rgba(105, 52, 255, 0.00) 100%), linear-gradient(107deg, rgba(142, 97, 255, 0.90) 1.32%, rgba(238, 61, 231, 0.90) 31.87%, rgba(255, 164, 125, 0.90) 74.34%, rgba(255, 231, 146, 0.90) 96.67%);
    box-shadow: 0 0 9.566px 0 rgba(255, 255, 255, 0.74) inset;
}

a.button-primary:hover::after {
    opacity: 1;
}

a.button-secondary {
    color: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.5);
    background: transparent;
    text-decoration: none;
}

a.button-secondary::before {
    content: "\e941";
    display: inline-block;
    vertical-align: middle;
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: 400;
}

a.button-secondary:hover {
    border-color: #fff;
    color: #fff;
}

.button-outline {
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.action-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.action-group small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

/* Hero */
.hero {
    min-height: 737px;
    padding: 86px 0 80px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url(../disney-plus-downloader/img/disney-banbg.png) center no-repeat;
    background-size: cover;
}

.hero-inner {
    width: min(1540px, calc(100% - 48px));
    margin-left: max(24px, calc((100vw - 1400px) / 2));
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(420px, 1fr);
    align-items: center;
    gap: 39px;
}

.hero-copy {
    width: 680px;
    position: relative;
    z-index: 2;
}

.product-name {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    color: #fff;
}

.product-name img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.hero-intro {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 300;
}

.hero-points {
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 10px;
    list-style: none;
}

.hero-points li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

.hero-points li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.availability {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 24px;
}

.platform-icons {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.platform-icons img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.hero-actions {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.hero-actions .action-group:first-child {
    width: 247px;
}

.hero-actions .action-group:last-child {
    width: 234px;
}

.hero-actions .button {
    width: 100%;
}

.hero-media {
    position: relative;
    height: 100%;
}

.hero-media img {
    width: min(1115px, 72vw);
    max-width: none;
    aspect-ratio: 1115 / 727;
    object-fit: cover;
    position: absolute;
    right: -12.5%;
    top: 50%;
    transform: translateY(-50%);
}

/* Limitations */
.limitations {
    padding: 60px 0 120px;
    position: relative;
    overflow: hidden;
    background: url(../netflix-downloader/img/netflix-issue-bgimg.png) top center no-repeat;
    background-size: cover;
}

.disney-heading {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.disney-heading img {
    width: auto;
    height: 124px;
    object-fit: contain;
}

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

.issue-card {
    min-height: 277px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    border-radius: 20px;
    background: radial-gradient(58.23% 82.96% at 45.22% 29.96%, rgba(255, 255, 255, 0.60) 0%, rgba(242, 242, 242, 0.60) 100%);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(1.75px);
    text-align: center;
    overflow: hidden;
    position: relative;
}

.issue-img {
    display: flex;
    justify-content: center;
}

.issue-card::after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 18px;
    opacity: 0.4;
    background: linear-gradient(154deg, #E78727 8.37%, #EE5FA3 35.74%, #8352E8 92.43%);
    filter: blur(24px);
}

.issue-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.issue-card h3 {
    color: #333;
    width: min(271px, 100%);
    margin: 24px auto 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.issue-card .issue-hover {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 0;
    overflow: hidden;
    transform: translateY(100%);
    position: relative;
    z-index: 2;
}

.issue-normal {
    opacity: 1;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 2;
}

.issue-card.hover .issue-normal {
    opacity: 0;
    position: absolute;
    transform: translateY(-100%);
}

.issue-card.hover .issue-hover {
    transform: translateY(0);
    height: auto;
    transition: transform .5s ease-in-out;
}

.issue-card .issue-hover h3 {
    margin-top: 0;
}

.issue-des {
    color: #4B5563;
    font-size: 13px;
    font-weight: 400;
}

/* Features */
.features {
    padding: 120px 0;
    overflow: hidden;
    color: #fff;
    border-radius: 60px 60px 0 0;
    background: radial-gradient(52.27% 12.93% at 52.27% 100%, rgba(123, 63, 228, 0.30) 0%, rgba(15, 10, 30, 0.30) 100%), radial-gradient(47.73% 20.25% at 52.27% 0%, rgba(123, 63, 228, 0.30) 0%, rgba(15, 10, 30, 0.30) 100%), #080808;
    background-blend-mode: lighten, lighten, normal;
}

.features>.container>h2 {
    width: min(1280px, 100%);
    margin-inline: auto;
    color: #fff;
}

.feature-list {
    display: grid;
    gap: 40px;
}

.feature-row {
    min-height: 420px;
    padding: 50px 80px;
    display: grid;
    grid-template-columns: 550px minmax(0, 640px);
    align-items: center;
    justify-content: center;
    gap: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.10) 1.04%, rgba(255, 255, 255, 0.04) 46.72%);
}

.feature-row-reverse {
    grid-template-columns: minmax(0, 640px) 550px;
    background: linear-gradient(250deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 45.87%);
}

.feature-row-reverse .feature-media {
    order: 2;
}

.feature-media {
    width: 550px;
    height: 320px;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
}

.feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-copy h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.feature-copy p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 16px;
    line-height: 25.6px;
}

.tag-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.tag-list li {
    height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(231, 135, 39, 0.2) 0%, rgba(238, 95, 163, 0.2) 50%, rgba(131, 82, 232, 0.2) 100%);
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}

.tag-list li::after {
    content: attr(data-label);
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    background: linear-gradient(152deg,
            #f9ccc2 0%,
            #eab6c6 43.0626%,
            #d7bedf 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
}

.more-features {
    margin-top: 40px;
    padding: 47px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.05) 35.03%, rgba(255, 255, 255, 0.05) 56.31%, rgba(255, 255, 255, 0.08) 100%);
}

.more-features h2 {
    margin: 0 0 40px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.more-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 302px));
    justify-content: center;
    gap: 32px;
}

.more-feature-card {
    min-height: 161px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.feature-symbol {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.more-feature-card h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}

.more-feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 21px;
}

/* Comparison */
.comparison {
    padding: 120px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.comparison-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 20px;
    outline: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.comparison-scroll:focus-visible {
    box-shadow: 0 0 0 3px rgba(137, 90, 229, 0.35);
}

.comparison-table-shell {
    width: 1400px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background: #F1F1F1;
}

.comparison-table-shell::after {
    content: "";
    width: 417.5px;
    position: absolute;
    z-index: 2;
    inset: 0 0 0 auto;
    pointer-events: none;
    border: 3px solid transparent;
    border-radius: 20px;
    background: linear-gradient(135deg, #e88827, #ee5fa3 50%, #8352e8) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.comparison-table {
    width: 1400px;
    height: 676px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: transparent;
}

.comparison-col-label {
    width: 218px;
}

.comparison-col-official {
    width: 347px;
}

.comparison-col-recording,
.comparison-col-keeprix {
    width: 417.5px;
}

.comparison-table th,
.comparison-table td {
    height: 68px;
    padding: 0 34px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}

.comparison-table thead th {
    height: 64px;
    padding-block: 20px;
    color: #333;
    background: #f1f1f1;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.comparison-table th:nth-child(1),
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(1),
.comparison-table td:nth-child(2) {
    border-right: 1px solid #e5e5e5;
}

.comparison-table tbody th {
    color: #000;
    font-weight: 500;
    text-align: left;
}

.comparison-table tbody tr:nth-child(2n+1) {
    background: #fff;
}


.comparison-table tbody td:nth-child(n + 3) {
    padding-inline: 20px;
}

.comparison-table tbody tr:nth-child(even) th,
.comparison-table tbody tr:nth-child(even) td {
    background: #f4f4f4;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.comparison-table thead .keeprix-heading {
    position: relative;
    z-index: 1;
    padding-inline: 54px;
    color: #fff;
    background: linear-gradient(135deg, #e88827, #ee5fa3 50%, #8352e8);
    font-size: 20px;
    border-radius: 20px 20px 0 0;
}

.keeprix-heading-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

.keeprix-heading-content img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

/* Steps */
.steps {
    padding: 120px 0;
    background: #f5f5f5;
}

.steps-layout {
    width: min(1200px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 580px minmax(460px, 100%);
    align-items: center;
    gap: 60px;
}

.step-list {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
}

.step-item {
    min-height: 110px;
    position: relative;
}

.step-item:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 70px;
    position: absolute;
    z-index: 0;
    left: 23px;
    top: 57px;
    background: repeating-linear-gradient(to bottom,
            #999 0 6px,
            transparent 6px 12px);
    transition: background-color 0.3s ease;
}

.step-item button {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    color: inherit;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.step-number {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e6e6e6;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.step-item p {
    margin: 0;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    transition: color 0.35s ease;
}

.step-item.is-active .step-number {
    color: #fff;
    background: linear-gradient(135deg, #e88827, #ed5fa3, #8251e8);
    box-shadow: 0 10px 24px rgba(131, 82, 232, 0.2);
    transform: scale(1.04);
}

.step-item.is-active p {
    color: #333;
}

.step-item button:hover .step-number,
.step-item button:focus-visible .step-number {
    transform: scale(1.06);
}

.step-item button:focus-visible {
    outline: 2px solid #8352e8;
    outline-offset: 8px;
    border-radius: 8px;
}

.steps-media {
    max-width: 560px;
    width: 100%;
    height: 339px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    background: #0f0a1e;
}

.step-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.025);
    transition:
        opacity 0.5s ease,
        transform 0.7s ease;
    pointer-events: none;
}

.step-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

/* Trust */
.trust {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(180deg, #FFF 14.56%, #F5F5F5 100%);
}

.review-swiper-box {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.reviews-user-lists {
    display: flex;
    gap: 20px;
    margin-top: 0.5rem;
    width: 7200px;
}

.reviews-brand-lists {
    display: flex;
    gap: 20px;
    width: 8040px;
}

.brand-item {
    border-radius: 20px;
    max-width: 280px;
    width: 100%;
    border: 1px solid rgba(199, 168, 252, 0.42);
    background: linear-gradient(180deg, #F8F5FF 0%, #F2EBFF 100%);
    box-sizing: border-box;
}

.brand-cont {
    padding: 22px;
}

.brand-title {
    color: #000;
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-title img {
    display: block;
}

.brand-des {
    color: #333;
    font-size: 14px;
}

.brand-item3,
.brand-item6,
.brand-item7,
.brand-item8,
.brand-item9,
.brand-item10 {
    max-width: 340px;
}

.brand-item4,
.brand-item2 {
    max-width: 460px;
}

.user-item {
    max-width: 380px;
    width: 100%;
}

.user-review {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.user-review:hover {
    border: 1px solid #9E62FF;
    background: linear-gradient(119deg, #F3FDFF 0%, #FBF2FF 100%), #FFF;
    box-shadow: 0px 8px 20px 0px rgba(158, 98, 255, 0.20);
}

.user-review h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.user-review img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.user-review p {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.user-review p strong {
    color: #333;
    font-weight: 500;
}

.user-review:last-child {
    margin-bottom: 0;
}

/* Final CTA */
.final-cta {
  position: relative;
  overflow: hidden;
  padding: 91px 0;
  color: #ffffff;
  background: #0f0a1e;
}

.final-cta__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.final-cta::after {
  position: absolute;
  inset: 0;
  background: rgba(15, 10, 30, 0.28);
  content: "";
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.final-cta__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.final-cta__brand {
  display: flex;
  align-items: center;
  gap: 4px;
}

.final-cta__brand img {
  width: 36px;
  aspect-ratio: 1;
  margin-right: 8px;
}

.final-cta__brand strong {
  font-size: clamp(0.18rem, 0.1664rem + 0.26vw, 0.225rem);
  font-weight: 500;
  color: #fff;
}

.final-cta h2 {
  max-width: 1200px;
  background: linear-gradient(180deg, #FFF 48.33%, #999 72.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(0.32rem, 0.2496rem + 1.17vw, 0.44rem);
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}

.final-cta__content > p {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.final-cta__actions {
  display: grid;
  width: min(584px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.cta-stack .button {
  width: 100%;
  gap: 10px;
}

.cta-stack small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-align: center;
  font-weight: 300;
}

.final-cta__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  list-style: none;
}

.final-cta__trust li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  gap: 4px;
}

.final-cta__trust li span {
  color: inherit;
  font-size: clamp(0.15rem, 0.144rem + 0.1vw, 0.16rem);
  font-weight: 300;
}

.final-cta__trust li:not(:last-child)::after {
  width: 1px;
  aspect-ratio: 1 / 15.5;
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}

a.button--warm {
  position: relative;
  color: #3d2414;
  background: linear-gradient(108deg, #FFE792 9.15%, #FFA47D 41.87%, #FFE0C2 96.4%);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.74) inset;
  text-decoration: none;
  border: none;
  padding: 16px 24px;
}

a.button--warm::before {
  content: "\e941";
  display: inline-block;
  vertical-align: middle;
  font-family: 'iconfont';
  font-size: 24px;
  position: relative;
  z-index: 1;
}

a.button--warm::after {
  background: linear-gradient(108deg, #FFE0C2 9.15%, #FFA47D 63.68%, #FFE792 96.4%);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.74) inset;
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

a.button--startfree {
  border: none;
  background: radial-gradient(531.62% 59.39% at 62.96% 50.79%, rgba(255, 255, 255, 0.20) 0%, rgba(105, 52, 255, 0.00) 100%), linear-gradient(107deg, rgba(255, 231, 146, 0.90) 1.32%, rgba(255, 164, 125, 0.90) 23.66%, rgba(238, 61, 231, 0.90) 66.12%, rgba(142, 97, 255, 0.90) 96.67%);
  box-shadow: 0 0 9.566px 0 rgba(255, 255, 255, 0.74) inset;
  color: #3D2414;
  text-decoration: none;
  position: relative;
}

a.button--startfree::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-family: 'iconfont';
  font-size: 24px;
  font-weight: 400;
  color: #3D2414;
  position: relative;
  z-index: 1;
}

a.button--startfree.win::before {
  content: "\e933";
}

a.button--startfree.mac::before {
  content: "\e942";
  font-size: 28px;
  line-height: 28px;
}

a.button--startfree::after {
  background: radial-gradient(531.62% 59.39% at 62.96% 50.79%, rgba(255, 255, 255, 0.20) 0%, rgba(105, 52, 255, 0.00) 100%), linear-gradient(107deg, rgba(142, 97, 255, 0.90) 1.32%, rgba(238, 61, 231, 0.90) 23.66%, rgba(255, 164, 125, 0.90) 66.12%, rgba(255, 231, 146, 0.90) 96.67%);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.74) inset;
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.button--280 {
  width: 280px;
}

a.button--warm:hover::after, a.button--startfree:hover::after {
  opacity: 1;
}

/* FAQ */
.faq {
    padding: 120px 0 0;
    background: linear-gradient(to bottom, #f5f5f5, rgba(245, 245, 245, 0));
}

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

.faq-list {
    display: grid;
    gap: 20px;
}

.faq-item {
    padding: 22px;
    overflow: hidden;
    border: 2px solid #ededed;
    border-radius: 20px;
    background: rgba(242, 242, 242, 0.4);
    backdrop-filter: blur(20px);
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.faq-trigger {
    width: 100%;
    min-height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #000;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.faq-trigger>span:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.faq-icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex: 0 0 20px;
    color: #666;
    transition: color 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.faq-icon::after {
    transform: rotate(90deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition:
        grid-template-rows 0.4s ease,
        opacity 0.3s ease;
    opacity: 0;
}

.faq-answer>div {
    min-height: 0;
    overflow: hidden;
}

.faq-answer p {
    margin: 16px 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.faq-item:hover,
.faq-item.is-open {
    border-color: #8352e8;
    background: rgba(255, 255, 255, 0.4);
}

.faq-item:hover .faq-icon,
.faq-item.is-open .faq-icon {
    color: #8352e8;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq-item.is-open .faq-icon::after {
    opacity: 0;
    transform: rotate(0deg);
}

.faq-trigger:focus-visible {
    outline: 2px solid #8352e8;
    outline-offset: 8px;
    border-radius: 4px;
}

/* Articles */
.articles {
    padding: 100px 0;
    background: linear-gradient(to bottom, rgba(215, 215, 215, 0) 14.5%, #e8e8e8);
}

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

.article-card {
    min-height: 301px;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.06);
}

.article-media-frame {
    width: 100%;
    aspect-ratio: 428 / 203;
    overflow: hidden;
    border-radius: 20px;
    background: #e9e9e9;
}

.article-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.55s ease;
    will-change: transform;
}

.article-card:hover .article-media,
.article-card:focus-within .article-media {
    transform: scale(1.04);
}

.article-card h3 {
    margin: 20px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

a.article-card:hover {
    text-decoration: #000 underline;
}

.article-card:hover h3 {
    color: #000;
}

.article-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
}

a.learn-more {
    width: 220px;
    min-height: 50px;
    margin: 40px auto 0;
    padding: 10px 28px;
    display: flex;
    color: #333;
    border-color: #c6c6c6;
    border-radius: 8px;
    background: #f2f2f2;
    text-decoration: none;
}

a.learn-more:hover {
    border: 1px solid #333;
}

/* Disclaimer */
.disclaimer {
    padding: 0 0 120px;
    background: #e8e8e8;
}

.disclaimer-card {
    min-height: 148px;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
}

.disclaimer-label {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.disclaimer-card p {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

/* Reveal interactions */
.reveal {
    opacity: 1;
    transform: none;
}

.reveal-ready .reveal {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: var(--reveal-delay, 0s);
}

.reveal-ready .reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.reveal--delay-1 {
    --reveal-delay: 0.2s;
}

.reveal--delay-2 {
    --reveal-delay: 0.35s;
}

.reveal--delay-3 {
    --reveal-delay: 0.5s;
}

.reveal--delay-4 {
    --reveal-delay: 0.65s;
}

/* Tablet */
@media (max-width: 1500px) {
    .hero-inner {
        width: min(1400px, calc(100% - 48px));
        margin-inline: auto;
        /* grid-template-columns: minmax(0, 1fr) minmax(560px, 0.92fr); */
        gap: 40px;
    }

    .hero-copy,
    .hero-media {
        width: 100%;
    }

    .hero-media img {
        height: auto;
    }

    .issue-card {
        padding: 32px 13px;
    }
}

@media (max-width: 1200px) {
    .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
    }

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

    .feature-row {
        grid-template-columns: minmax(0px, 1fr) minmax(0, 1fr);
    }

    .feature-media {
        width: 100%;
        height: auto;
    }

    .issue-card h3 {
        width: auto;
    }

    .steps-layout {
        grid-template-columns: 1fr 1fr;
    }

    .steps-media {
        max-width: 100%;
        width: 100%;
        height: auto;
        aspect-ratio: 560 / 339;
    }

    .pricing-layout {
        width: min(100%, 980px);
        height: auto;
        grid-template-columns: minmax(360px, 463px) minmax(0, 1fr);
    }

    .cost-card,
    .lifetime-card {
        width: 100%;
        height: auto;
        gap: 20px;
    }

    .pricing-actions {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 234px;
    }

    .lifetime-note {
        height: auto;
        min-height: 72px;
    }

    .lifetime-price strong,
    .old-price span {
        font-size: 42px;
    }

    .lifetime-price span {
        font-size: 20px;
    }

    .plan-summary {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .plan-list-highlight {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .pricing-actions {
        display: flex;
        flex-direction: column;
        height: auto;
    }
}

/* Sticky feature-card interaction */
@media (min-width: 981px) {
    .limitations.is-sticky {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .features {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 980px) {

    .container,
    .faq-container {
        width: min(760px, calc(100% - 36px));
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        margin-bottom: 44px;
        font-size: 38px;
        line-height: 1.35;
    }

    .hero {
        min-height: 0;
        padding: 60px 0;
        background: radial-gradient(ellipse 100% 100% at 50% 50%, rgba(122, 63, 228, 0.28), transparent 64%), #060606;
    }

    .hero-inner {
        width: calc(100% - 80px);
        gap: 52px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-points li {
        text-align: left;
    }

    .hero-media {
        display: none;
    }

    .hero-media img {
        position: relative;
        top: auto;
        transform: none;
        right: auto;
        width: 100%;
    }

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

    .feature-row,
    .feature-row-reverse {
        min-height: 0;
        padding: 38px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .feature-row-reverse .feature-media {
        order: 0;
    }

    .feature-media {
        height: auto;
        aspect-ratio: 550 / 320;
    }

    .comparison-table-shell,
    .comparison-table {
        width: 1100px;
    }

    .comparison-table-shell::after {
        width: 325px;
    }

    .comparison-col-label {
        width: 170px;
    }

    .comparison-col-official {
        width: 280px;
    }

    .comparison-col-recording,
    .comparison-col-keeprix {
        width: 325px;
    }

    .comparison-table th,
    .comparison-table td {
        padding-inline: 20px;
    }

    .steps-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .step-item {
        display: none;
        min-height: auto;
    }

    .step-item.is-active {
        display: block;
    }

    .step-item:not(:last-child)::after {
        display: none;
    }

    .step-box.mo {
        display: flex;
    }

    .pricing {
        min-height: 0;
    }

    .pricing-layout {
        width: min(705px, 100%);
        height: auto;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .pricing-heading,
    .plan-summary,
    .plan-list-muted,
    .plan-list-highlight {
        height: auto;
    }

    .plan-summary {
        grid-template-rows: auto;
    }

    .plan-list-muted,
    .plan-list-highlight {
        grid-template-rows: none;
    }

    .article-grid {
        grid-template-columns: 1fr;
    }

    .article-card {
        width: min(560px, 100%);
        margin-inline: auto;
    }
}

/* Mobile */
@media (max-width: 750px) {

    .container,
    .faq-container,
    .hero-inner,
    .trust>h2 {
        width: min(100% - 28px, 540px);
    }

    h1 {
        font-size: 32px;
        line-height: 1.25;
    }

    h2 {
        margin-bottom: 32px;
        font-size: 27px;
        line-height: 1.3;
    }

    h3 {
        font-size: 22px;
    }

    .issue-card h3 {
        font-size: 20px;
    }

    .issue-des {
        font-size: 14px;
    }

    .kr-media h2 {
        width: 94%;
        margin: 0 auto 32px;
    }

    .hero {
        padding: 40px 0px;
    }

    .product-name {
        font-size: 18px;
    }

    .product-name img {
        width: 40px;
        height: 40px;
    }

    .hero-intro,
    .hero-points li {
        font-size: 16px;
        line-height: 25px;
    }

    .hero-points li {
        align-items: start;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .hero-actions .action-group:first-child,
    .hero-actions .action-group:last-child {
        max-width: 280px;
        width: 100%;
    }

    .limitations,
    .features,
    .comparison,
    .steps,
    .trust,
    .pricing,
    .articles {
        padding: 40px 0;
    }

    .features {
        border-radius: 36px 36px 0 0;
    }

    .faq {
        padding-top: 40px;
    }

    .disney-heading {
        gap: 8px;
    }

    .disney-heading img {
        height: 33px;
    }

    .issue-grid,
    .more-feature-grid {
        grid-template-columns: 1fr;
    }

    .issue-card {
        min-height: 230px;
    }

    .feature-row {
        padding: 24px 20px;
        text-align: center;
    }

    .tag-list {
        justify-content: center;
    }

    .feature-copy h3 {
        font-size: 24px;
        line-height: 1.45;
    }

    .feature-copy p {
        font-size: 14px;
    }

    .more-features {
        padding: 30px 20px;
    }

    .more-features h2 {
        font-size: 23px;
        line-height: 1.45;
    }

    .comparison-table-shell,
    .comparison-table {
        width: 940px;
    }

    .comparison-table-shell {
        height: auto;
    }

    .comparison-table-shell::after {
        width: 280px;
    }

    .comparison-col-label {
        width: 145px;
    }

    .comparison-col-official {
        width: 235px;
    }

    .comparison-col-recording,
    .comparison-col-keeprix {
        width: 280px;
    }

    .comparison-table {
        height: auto;
    }

    .comparison-table th,
    .comparison-table td {
        height: auto;
        padding: 18px 14px;
        font-size: 14px;
        line-height: 21px;
    }

    .comparison-table thead th {
        font-size: 15px;
    }

    .comparison-table thead .keeprix-heading {
        padding-inline: 18px;
        font-size: 16px;
    }

    .step-item button {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 18px;
    }

    .step-number {
        width: 44px;
        height: 44px;
    }

    .step-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .media-logos,
    .media-logos img {
        height: 180px;
    }

    .media-logos img {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        object-fit: cover;
        object-position: center;
        transform: none;
    }

    .testimonial-grid {
        grid-auto-columns: minmax(280px, 84vw);
        padding-inline: 14px;
    }

    .testimonial-card {
        padding: 24px;
    }

    .pricing-heading h2 {
        font-size: 31px;
        line-height: 1.3;
    }

    .cost-card,
    .lifetime-card {
        padding: 24px 20px;
    }

    .old-price span,
    .lifetime-price strong {
        font-size: 34px;
        line-height: 66px;
    }

    .old-price small,
    .lifetime-price span {
        font-size: 17px;
        line-height: 30px;
    }

    .lifetime-price {
        height: auto;
        align-items: baseline;
        flex-wrap: wrap;
    }

    .pricing-heading p,
    .cost-description,
    .lifetime-note {
        height: auto;
        font-size: 14px;
    }

    .plan-list-highlight li {
        font-size: 14px;
    }

    .pricing-actions {
        width: 100%;
        height: auto;
        grid-template-columns: 1fr;
    }

    .faq-list {
        gap: 12px;
    }

    .faq-item {
        min-height: 0;
        padding: 18px;
    }

    .faq-trigger>span:first-child {
        font-size: 17px;
        line-height: 1.45;
    }

    .disclaimer {
        padding-bottom: 40px;
    }

    .disclaimer-card {
        padding: 26px 22px;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .final-cta__inner {
        width: min(1200px, calc(100% - 28px));
    }

    .final-cta__actions {
        display: flex;
        flex-direction: column;
    }

    .cta-stack .button {
        max-width: 335px;
    }
}

@media (max-width: 420px) {
    .pricing-heading h2 {
        font-size: 27px;
    }

    .old-price {
        flex-wrap: wrap;
    }

    .button-gold.mo {
        display: block;
    }

    .button-gold.pc {
        display: none;
    }

    .final-cta__trust {
        flex-direction: column;
        align-items: flex-start;
    }

    .final-cta__trust li:not(:last-child)::after {
        display: none;
    }

    .final-cta__trust li {
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.06);
        padding: 6px;
        width: 100%;
    }
}

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

    .reveal-ready .reveal,
    .reveal-ready .reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .step-number,
    .step-item p,
    .step-slide,
    .article-media,
    .faq-item,
    .faq-answer,
    .faq-icon::before,
    .faq-icon::after {
        transition: none;
    }

    .article-card:hover .article-media,
    .article-card:focus-within .article-media {
        transform: none;
    }
}