:root {
    --landing-shell-width: 1120px;
    --landing-hero-mockup-width: 1160px;
    --landing-shell-gutter: 24px;
    --landing-addon-gap: 12px;
    --landing-slider-nav-gutter: 24px;
    --landing-reason-scroll-height: 220px;
}

.landing-page {
    min-height: 100vh;
    background: #f4eff5;
    color: #111;
}

.landing-intro {
    position: relative;
    min-height: 1188px;
    padding-bottom: 100px;
    background-color: #fff;
}

.landing-intro__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 750px;
    overflow: hidden;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    background: url("../../images/main_26/hero-bg.jpg") no-repeat top center / cover;
}

.landing-intro::before,
.landing-intro::after {
    content: none;
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* .landing-intro::before {
    background:
        linear-gradient(135deg, rgba(157, 182, 232, 0.1) 0%, rgba(157, 182, 232, 0.1) 100%);
    width: 290px;
    height: 290px;
    top: -52px;
    left: -44px;
    transform: rotate(45deg);
}

.landing-intro::after {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%);
    width: 760px;
    height: 760px;
    top: -300px;
    right: -210px;
    transform: rotate(45deg);
}

.landing-intro > .top-banner::before,
.landing-intro > .top-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
    transform: rotate(45deg);
    opacity: 0.36;
}

.landing-intro > .top-banner::before {
    width: 320px;
    height: 320px;
    left: 350px;
    top: 210px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.landing-intro > .top-banner::after {
    width: 250px;
    height: 250px;
    right: 76px;
    bottom: 88px;
    background: linear-gradient(135deg, rgba(252, 182, 184, 0.18) 0%, rgba(252, 182, 184, 0.04) 100%);
} */

.landing-intro::before {
    background:
        linear-gradient(135deg, rgba(157, 182, 232, 0.1) 0%, rgba(157, 182, 232, 0.1) 100%);
    width: 290px;
    height: 290px;
    top: -52px;
    left: -44px;
    transform: rotate(45deg);
}

.landing-intro::after {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%);
    width: 760px;
    height: 760px;
    top: -300px;
    right: -210px;
    transform: rotate(45deg);
}

.landing-intro > .top-banner::before,
.landing-intro > .top-banner::after {
    content: none;
    position: absolute;
    pointer-events: none;
    transform: rotate(45deg);
    opacity: 0.36;
}

.landing-intro > .top-banner::before {
    width: 320px;
    height: 320px;
    left: 350px;
    top: 210px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.landing-intro > .top-banner::after {
    width: 250px;
    height: 250px;
    right: 76px;
    bottom: 88px;
    background: linear-gradient(135deg, rgba(252, 182, 184, 0.18) 0%, rgba(252, 182, 184, 0.04) 100%);
}

.top-banner {
    height: 94px;
    overflow: hidden;
    background: #282828;
    text-align: center;
    font-weight: 600;
}

.top-banner-inner {
    width: min(calc(100% - (var(--landing-shell-gutter) * 2)), var(--landing-shell-width));
    height: 100%;
    margin: 0 auto;
}

.top-banner-inner > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.landing-header {
    padding: 24px var(--landing-shell-gutter) 0;
    z-index: 10001;
}

.landing-header__inner {
    width: min(100%, var(--landing-shell-width));
    height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 7px;
    padding: 0 28px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.landing-header__brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.landing-header__brand > img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

.landing-header__nav {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 90px;
    min-width: 0;
/*     padding-inline: 12px; */
}

.landing-header__nav > a {
    font-size: 1rem;
    font-weight: 600;
    
    letter-spacing: -0.01em;
    color: #111;
    white-space: nowrap;
}

.landing-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.landing-header__menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;

}

.landing-header__menu-toggle > span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #111;
}

.landing-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 10000;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 240ms ease, visibility 240ms ease;
}

.landing-mobile-menu__panel {
    position: relative;
    z-index: 1;
    width: min(82vw, 320px);
    height: 100%;
    padding: 24px 22px;
    background: #fff;
    box-shadow: 18px 0 34px rgba(0, 0, 0, 0.14);
    transform: translateX(-100%);
    transition: transform 280ms ease;
}

.landing-mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.landing-mobile-menu__head > img {
    width: 132px;
    height: auto;
}

.landing-mobile-menu__close {
    position: relative;
    width: 40px;
    height: 40px;
}

.landing-mobile-menu__close::before,
.landing-mobile-menu__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 3px;
    border-radius: 999px;
    background: #111;
}

.landing-mobile-menu__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.landing-mobile-menu__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.landing-mobile-menu__nav {
    display: grid;
    gap: 4px;
    margin-top: 34px;
}

.landing-mobile-menu__nav > a {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-bottom: 1px solid #f0f1f4;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
}

.landing-mobile-menu__actions {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.landing-mobile-menu__actions .button {
    width: 100%;
}

.landing-mobile-menu.is-open {
    visibility: visible;
    background: rgba(0, 0, 0, 0.42);
    pointer-events: auto;
}

.landing-mobile-menu.is-open .landing-mobile-menu__panel {
    transform: translateX(0);
}

body.is-mobile-menu-open {
    overflow: hidden;
}

.button {
    display: inline-flex;
    min-width: 104px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.button--outline {
    border: 1px solid #000;
    background: #fff;
    color: #111;
}

.button--primary {
    min-width: 105px;
    border: 1px solid var(--color-primary-500);
    background: var(--color-primary-500);
    color: #fff;
}

.landing-hero {
    width: min(calc(100% - (var(--landing-shell-gutter) * 2)), var(--landing-hero-mockup-width));
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.landing-header,
.top-banner,
.landing-hero {
    position: relative;
    z-index: 1;
}

.landing-header {
    z-index: 10001;
}

.landing-main {
    background: #fff;
}

.landing-section {
    padding: 100px var(--landing-shell-gutter);
}

.landing-section__inner {
    width: min(100%, 1170px);
    margin: 0 auto;
}

.landing-section--reason {
    background: #fff;
    min-height: calc(620px + var(--landing-reason-scroll-height));
    padding-top: 0;
    padding-bottom: 0;
}

.landing-section__sticky {
    position: sticky;
    top: 0;
    padding: 48px var(--landing-shell-gutter) 100px;
}

.landing-section--basic {
    background: #F8F7FA;
}

.landing-section--benefit {
    /* background: #000; */
}

.landing-section--premium {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: #f8f8fc;
}

.landing-section--premium .landing-section__inner {
    width: min(100%, 1170px);
}

.landing-section--reviews {
    overflow: hidden;
}

.landing-section--video {
    background: #f8f8fc;
}

.landing-section--bottom-banner {
    padding: 0;
    overflow: hidden;
    background: url("../../images/main_26/bottom-bg.png") no-repeat center / cover;
    background-color: #f6e4e8;
    padding-bottom: 0!important;
}

.landing-section--bottom-banner .common-footer {
    width: 100%;
    margin: 0;
}

.landing-bottom-banner {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px var(--landing-shell-gutter);
    text-align: center;
}

.landing-bottom-banner__eyebrow {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--color-primary-500);
}

.landing-bottom-banner__title {
    margin-top: 8px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #2d2f36;
}

.landing-bottom-banner__actions {
    margin-top: 50px;
    gap: 20px;
}


.landing-hero__copy {
    width: min(100%, var(--landing-shell-width));
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.landing-hero__eyebrow {
    font-size: clamp(1rem, 1.45vw, 1.5625rem);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: baseline;
}

.landing-hero__eyebrow > span {
    color: var(--color-primary-500);
    font-size: clamp(1.5rem, 2.1vw, 2.1875rem);
    font-weight: 700;
}

.landing-hero__subhead {
    font-size: clamp(1.125rem, 1.8vw, 1.875rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #4E4E4E;
}

.landing-hero__subhead > strong {
    font-weight: 700;
    color: #000;
}

.landing-hero__title {
    font-size: clamp(2.4rem, 4vw, 3.75rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #000;
}

.landing-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-actions--hero {
    width: min(100%, var(--landing-shell-width));
    margin-top: 50px;
    gap: 20px;
}

.landing-actions--left {
    justify-content: flex-start;
}

.landing-cta {
    display: inline-flex;
    min-width: 230px;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 0 22px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.landing-cta > img {
    width: 14px;
    height: 10px;
    object-fit: contain;
}

.landing-cta--icon-left,
.landing-cta--icon-right {
    flex-direction: row;
}

.landing-cta--icon-left > img {
    width: 20px;
    height: 20px;
}

.landing-cta--strong {
    font-weight: 700;
}

.landing-cta--outline {
    border: 1px solid #DBDADE;
    background: rgba(255, 255, 255, 0.8);
    color: #111;
}

.landing-cta--primary {
    background: var(--color-primary-500);
    color: #fff;
    border: 1px solid var(--color-primary-600);
}

.landing-hero__visual {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.landing-hero__mockup {
    position: relative;
    width: min(100%, 1160px);
    opacity: 0;
    transform: translateY(40px) scale(1.04);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.landing-hero__mockup.is-ready {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.landing-hero__mockup::after {
    content: "";
    position: absolute;
    inset: auto 42px -24px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 25, 76, 0.28) 0%, rgba(52, 25, 76, 0.12) 42%, rgba(52, 25, 76, 0) 72%);
    filter: blur(10px);
    z-index: -1;
}

.landing-hero__mockup-body {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.28);
    box-shadow:
        0 0 80px rgba(64, 61, 77, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.landing-hero__mockup-dots {
    position: absolute;
    top: 7px;
    right: 24px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    width: 40px;
    height: 10px;
    justify-content: space-between;
}

.landing-hero__mockup-dots > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.landing-hero__mockup-dots > span:nth-child(1) {
    background: #fa7467;
}

.landing-hero__mockup-dots > span:nth-child(2) {
    background: #f9c04f;
}

.landing-hero__mockup-dots > span:nth-child(3) {
    background: #a7df4f;
}

.landing-hero__mockup-wrap {
    position: relative;
    overflow: visible;
}

.landing-hero__mockup-modal {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.landing-hero__mockup-main {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 1120px);
    height: auto;
    border-radius: 15px;
}

.landing-hero__mockup-modal-item {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.landing-hero__mockup-modal-item > img {
    display: block;
    width: 100%;
    height: auto;
}

.landing-hero__mockup-modal-item--sub1 {
    left: var(--mockup-sub1-x, 68px);
    bottom: var(--mockup-sub1-y, 68px);
    width: 28%;
    max-width: 232px;
    box-shadow: 0 0 80px rgba(64, 61, 77, 0.22);
    transform: translateX(-40px);
    transition-delay: 0.15s;
}

.landing-hero__mockup-modal-item--sub2 {
    top: var(--mockup-sub2-y, 50px);
    right: var(--mockup-sub2-x, -26px);
    width: 32%;
    max-width: 186px;
    box-shadow: 0 0 80px rgba(64, 61, 77, 0.22);
    transform: translate(40px, -20px);
    transition-delay: 0.35s;
}

.landing-hero__mockup.is-ready .landing-hero__mockup-modal-item {
    opacity: 1;
}

.landing-hero__mockup.is-ready .landing-hero__mockup-modal-item--sub1,
.landing-hero__mockup.is-ready .landing-hero__mockup-modal-item--sub2 {
    transform: translate(0, 0);
}

.landing-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.landing-section-heading__eyebrow {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-primary-500);
}

.landing-section-heading__title {
    margin-top: 12px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
   
}

.landing-section-heading__caption {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    background: #E5F2FC;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.landing-section-heading__caption strong {
    font-weight: 700;
    color: #0090FF;
}

.landing-section-heading > .landing-cta {
    margin-top: 30px;
}

.landing-section-heading--dark .landing-section-heading__title {
    color: #2e2e2e;
}

.landing-section-heading--dark .landing-section-heading__caption {
    background: #f0f6ff;
}

.landing-reason {
    position: relative;
    margin-top: 52px;
    width: min(100%, 1122px);
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: 272px minmax(0, 850px);
    align-items: stretch;
    gap: 0;
}

.landing-reason__nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 272px;
    padding: 40px 50px 40px 28px;
    border-radius: 20px 0 0 20px;
    background: linear-gradient(180deg, #fff8f8 0%, #fdf3f3 100%);
}

.landing-reason__nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    bottom: 0;
    width: 28px;
    background: linear-gradient(180deg, #fff8f8 0%, #fdf3f3 100%);
    pointer-events: none;
}

.landing-reason__nav-item {
    position: relative;
    z-index: 1;
    display: flex;
    height: 50px;
    align-items: center;
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #676767;
}

.landing-reason__nav-item.is-active {
    color: var(--color-primary-500);
}

.landing-reason__nav-item.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    width: 100px;
    height: 2px;
    background: var(--color-primary-300);
    transform: translateY(-50%);
}

.landing-reason__panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 0px;
    min-height: 364px;
    border: 2px solid var(--color-primary-300);
    border-radius: 22px;
    padding: 76px 78px 50px 78px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.04);
}

.landing-reason__content,
.landing-reason__visual {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.landing-reason__panel.is-changing .landing-reason__content,
.landing-reason__panel.is-changing .landing-reason__visual {
    opacity: 0;
    transform: translateY(10px);
}

.landing-reason__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #000;
}

.landing-reason__body {
    margin-top: 40px;
    max-width: 470px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    letter-spacing: -0.02em;
    color: #000;
}

.landing-reason__body strong {
    color: var(--color-primary-500);
    font-weight: 600;
}

.landing-reason__visual {
    position: relative;
    min-height: 280px;
}

.landing-reason__blob {
    display: none;
}

.landing-reason__screen {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 14px;
    background: url("../../images/main_26/landing-section-reason_bg_1.png") center / contain no-repeat;
}

.landing-reason__screen > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.mt-section {
    margin-top: 50px;
}

.landing-basic-group__header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.landing-basic-group__header > span {
    flex: 1 1 0;
    height: 1px;
    background: #e8e8e8;
}

.landing-basic-group__header > h3 {
    flex: 0 0 auto;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.0714;
    letter-spacing: -0.01em;
    color: #000;
}

.landing-basic-group__header > h3 > strong {
    color: var(--color-primary-500);
     font-weight: 600;
}

.landing-core-grid {
    display: grid;
    grid-template-columns: repeat(2, 550px);
    justify-content: center;
    gap: 18px;
}

.landing-core-card {
    position: relative;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 36px;
    width: 550px;
    aspect-ratio: 550 / 170;
    overflow: hidden;
    border: 0;
    padding: 28px 30px;
    background: url("../../images/main_26/main_service_bg 1.png") center / cover no-repeat;
    text-align: left;
    cursor: pointer;
}

.landing-core-card:focus-visible {
    outline: 3px solid rgba(239, 22, 38, 0.32);
    outline-offset: 3px;
}

.landing-core-card::after {
    content: none;
}

.landing-core-card__icon,
.landing-addon-card__icon-slot,
.landing-benefit-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.landing-core-card__icon {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.landing-core-card__icon > img,
.landing-addon-card__icon-slot > img,
.landing-benefit-card__icon > img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.landing-core-card__icon > img {
    width: auto;
    height: 40px;
}

.landing-core-card__eyebrow {
    font-size: 0.8125rem;
    font-weight: 600;
     color: var(--color-text);
     opacity: 0.7;
}

.landing-core-card__text > h4 {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: #000;
}

.landing-core-card__text > p:last-child {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--color-text);
}

.landing-addon-slider {
    position: relative;
    padding: 0 25px;
}

.landing-addon-swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: -24px;
}

.landing-addon-swiper .swiper-slide {
    width: auto;
    height: auto;
}

.landing-addon-slider .slider-nav {
    top: 46%;
}

.landing-addon-card {
    display: flex;
    width: 145px;
    min-height: 180px;
    height: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    border-radius: 18px;
    padding: 18px 10px;
    background: url("../../images/main_26/main_service_bg 2.png") center / cover no-repeat;
    text-align: center;
    cursor: pointer;
}

.landing-addon-card:focus-visible {
    outline: 3px solid rgba(239, 22, 38, 0.32);
    outline-offset: 3px;
}

.landing-addon-card__icon-slot {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-addon-card__icon-slot > img {
    width: auto;
    height: 35px;
    object-fit: contain;
}

.landing-addon-card > h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #222;
}

.slider-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5ea;
    border-radius: 9999px;
    background: #fff;
    color: #5a5a63;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
}

.slider-nav--prev {
    left: 0;
}

.slider-nav--next {
    right: 0;
}

.slider-nav__icon {
    width: 20px;
    height: 20px;
}

.landing-pricing-table {
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    border: 1px solid #DBDADE;
    border-radius: 20px;
    padding: 30px 20px;
    background: #fff;
}

.landing-pricing-table__note {
    position: absolute;
    top: 12px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(51, 51, 51, 0.5);
}

.landing-pricing-table__note > img {
    width: 7px;
    height: 7px;
}


.landing-pricing-table__row {
    display: grid;
    grid-template-columns: 1.2fr 0.7fr 0.5fr 2.2fr;
    gap: 8px;
    align-items: center;
}

.landing-pricing-table__row > * {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.landing-pricing-table__row--head > * {
    background: #EFEFEF;
    font-weight: 700;
    color: #333;

}

.landing-pricing-table__row + .landing-pricing-table__row {
    margin-top: 8px;
}

.landing-benefit-slider {
    position: relative;
    padding: 0 25px;
}

.landing-benefit-swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: -24px;
}

.landing-benefit-swiper .swiper-slide {
    height: auto;
}

.landing-benefit-card {
    display: flex;
    width: 100%;
    min-height: 225px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #DBDADE;
    border-radius: 24px;
    padding: 28px 20px;
    background: #fff;
    text-align: center;
    box-shadow: var(--shadow-card-sm);
}

.landing-benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fb;
}

.landing-benefit-card > h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000;
}

.landing-benefit-card > p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4286;
    letter-spacing: -0.01em;
}

.landing-premium-slider {
    position: relative;
    padding: 0 25px;
}

.landing-premium-slider .slider-nav {
    top: 96px;
    transform: translateY(-50%);
}

.landing-premium-swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 28px;
    margin-bottom: -24px;
}

.landing-premium-swiper .swiper-slide {
    height: auto;
}

.landing-premium-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px 30px 20px;
    border:  1px solid #e7e7ec;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: var(--shadow-card-sm);
    cursor: pointer;
}

.landing-premium-card__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.landing-premium-card__divider {
    height: 1px;
    background: #ececf2;
}

.landing-premium-card__head > h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.landing-premium-card__head > img {
    width: 8px;
    height: 8px;
    opacity: 0.45;
}

.landing-premium-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.landing-premium-card__icon-slot {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f2f6fd;
}

.landing-premium-card__icon-slot > img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.landing-premium__note {
    margin-top: 20px;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.landing-reviews {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.landing-reviews__eyebrow {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: var(--color-primary-500);
}

.landing-reviews__title {
    margin-top: 14px;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.06em;
    color: rgba(255, 255, 255, 0.16);
}
.landing-reviews__copy {
    padding-left: 25px;
}

/* .landing-reviews__slider-wrap {
    width: 750px;
    max-width: 750px;
} */

.landing-reviews__slider {
    position: relative;
    width: 750px;
    padding: 0 25px;
}

.landing-reviews-swiper {
    width: 700px;
    overflow: hidden;
    padding-bottom: 16px;
    margin-bottom: -16px;
}

.landing-review-card {
    border: 1px solid #eaeaea;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow-card-sm);
    overflow: hidden;
}

.landing-review-card__head {
    display: flex;
    align-items: center;
    justify-content: center;
   
    padding: 14px 20px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.01em;
}

.landing-review-card__head--violet {
    background: #ecebff;
}

.landing-review-card__head--pink {
    background: #ffe7ea;
}

.landing-review-card__head--yellow {
    background: #fff4cf;
}

.landing-review-card__head--mint {
    background: #e4faf4;
}

.landing-review-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    height: calc(100% - 88px);
    padding: 15px 20px 20px;
    text-align: center;
}

.landing-review-card__logo-image {
    display: block;
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.landing-review-card__logo-image--wide {
    width: 116px;
}

.landing-review-card__body > p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.landing-review-card__quote {
    display: inline-block;
    width: 6px;
    height: auto;
    margin-right: 4px;
    vertical-align: text-top;
    object-fit: contain;
}

.landing-review-card__quote--end {
    margin-right: 0;
    margin-left: 4px;
    transform: rotate(180deg);
}

.landing-review-card__divider {
    width: 100%;
    height: 1px;
    margin-top: auto;
    background: #ece7df;
}

.landing-review-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.landing-review-card__link > img {
    width: 8px;
    height: 8px;
    opacity: 0.35;
}

.landing-video {
    display: flex;
    justify-content: center;
    width: min(100%, 900px);
    height: 514px;
}

.landing-video__frame {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 5px 5px 10px 0px #0000001A;
}

.landing-video__frame > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.landing-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ff1d14;
    color: #fff;
    box-shadow: 0 14px 28px rgba(255, 29, 20, 0.34);
    transform: translate(-50%, -50%);
}

.landing-video__play > svg {
    width: 34px;
    height: 34px;
    margin-left: 4px;
}


.landing-faq-panel__title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    
}

.landing-faq-list {
    position: relative;
    margin-top: 50px;
    border-top: 1px solid #999;
}

.landing-faq-panel:not(.is-expanded) .landing-faq-list {
    max-height: var(--landing-faq-preview-height, 360px);
    overflow: hidden;
}

.landing-faq-panel:not(.is-expanded) .landing-faq-list::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
}

.landing-faq-item {
    border-bottom: 1px solid #ededed;
}

.landing-faq-item__question {
    width: 100%;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 4px;
    padding: 24px 0;
    text-align: left;
    color: #000;
}

.landing-faq-item__q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-faq-item__question > span:last-child {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.landing-faq-item__answer {
    padding-bottom: 18px;
}

.landing-faq-item__answer-inner {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    padding: 26px 28px 30px;
    background: #f9f9fb;
}

.landing-faq-item__a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #fff;
}

.landing-faq-item__q > img,
.landing-faq-item__a > img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.landing-faq-item__a > img {
    width: 18px;
    height: 18px;
}

.landing-faq-item__q > img {
    width: 18px;
    height: 18px;
}

.landing-faq-item__answer-inner p,
.landing-faq-item__answer-inner li {
    font-size: 1rem;
    letter-spacing: -0.5px;
    line-height: 24px;
}

.landing-faq-item__answer-inner ul {
    margin-top: 8px;
    padding-left: 8px;
}

.landing-faq-item__answer-inner li {
    position: relative;
    padding-left: 10px;
}

.landing-faq-item__answer-inner li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.landing-faq-panel__more {
    display: flex;
    width: 300px;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: var(--gap-inline);
    margin: 34px auto 0;
    border: 1px solid var(--color-border-strong);
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.landing-faq-panel__more > img {
    width: 12px;
    height: 12px;
}

.landing-faq-panel.is-expanded .landing-faq-panel__more {
    display: none;
}

.landing-quick-menu {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 30;
    width: 100px;
    border-radius: 64px;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    transform: translateY(-50%);
}

.landing-quick-menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-quick-menu__item > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.landing-quick-menu__icon-wrap {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f4f6fb;
    color: var(--color-primary-500);
}

.landing-quick-menu__icon {
    width: 20px;
    height: 20px;
}

.landing-faq-menu__icon {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.landing-quick-menu__item > p > strong {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;

}

.landing-quick-menu__divider {
    display: block;
    width: 80px;
    height: 1px;
    margin: 15px auto;
    background: #e6e1dc;
}

.landing-scroll-top {
    position: fixed;
    right: 50px;
    top: calc(50% + 140px);
    z-index: 30;
    display: inline-flex;
    width: 60px;
    height: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: #ef0916;
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.landing-scroll-top__icon {
    display: block;
    width: auto;
    height: 8px;
    object-fit: contain;
}

.landing-scroll-top > span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

@media (max-width: 1280px) {
    .landing-reason__panel {
        padding: 60px 40px 44px;
    }
    .landing-reason__title {
        font-size: 1.4rem;
    }
}

@media (max-width: 1023px) {
    .landing-header__inner {
        height: 64px;
        gap: 20px;
        padding: 0 20px;
    }

    .landing-header__nav {
        gap: 24px;
    }

    .landing-header__actions {
        gap: 8px;
    }

    .landing-header__actions .button {
        min-width: auto;
        padding: 0 14px;
    }

    .landing-intro {
        min-height: 1080px;
        padding-bottom: 100px;
    }

    .landing-intro > .top-banner::before {
        left: 250px;
        top: 240px;
    }

    .landing-intro > .top-banner::after {
        right: 20px;
        bottom: 120px;
    }

    .landing-hero {
        padding-top: 48px;
    }

    .landing-hero__mockup {
        width: min(100%, 900px);
    }

    .landing-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .landing-quick-menu {
        right: 16px;
    
    }

    .landing-reason__nav-item {
        font-size: 15px;
    }
    .landing-reason__nav-item.is-active::after{ 
        width: 26%;
        
    right: -21%;
    }
 

    .landing-scroll-top {
        right: 30px;
        bottom: 24px;
        width: 52px;
        height: 52px;
    }
    .landing-scroll-top > span {
        font-size: 12px;
    }

    .landing-section-heading__title {
        font-size: 2.5rem;
    }

    .landing-reason {
        width: 100%;
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .landing-reason__nav {
        width: auto;
        padding: 40px 28px;
    }

    .landing-reason__panel {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 20px;
        padding: 40px 28px;
    }

    .landing-reason__visual {
        min-height: 240px;
    }

    .landing-reason__screen {
        max-width: 250px;
    }

    

    .landing-reason__body {
        margin-top: 28px;
        font-size: 0.9375rem;
        line-height: 1.5;
        text-align: left;
    }

    .landing-core-grid {
        grid-template-columns: 1fr;
    }

    .landing-core-card {
        width: min(100%, 550px);
        justify-self: center;
    }

    .landing-section--premium {
        padding-top: 64px;
        padding-bottom: 78px;
    }

    .landing-premium-card__head {
        padding: 24px 18px 20px;
    }

    .landing-reviews {
        display: flex;
        width: 100%;
        min-width: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .landing-reviews__copy {
        padding-left: 0;
        text-align: center;
    }

    .landing-reviews__title {
        font-size: 3.5rem;
    }

    .landing-reviews__slider {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0 44px;
    }

    .landing-reviews__slider-wrap {
        width: 100%;
        min-width: 0;
    }

    .landing-reviews-swiper {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .landing-review-card__head {
        font-size: 1rem;
    }

    .landing-review-card__body > p {
        font-size: 0.875rem;
    }

    .landing-faq-panel__title {
        font-size: 2.25rem;
    }

    .landing-faq-item__question > span:last-child,
    .landing-faq-item__answer-inner p,
    .landing-faq-item__answer-inner li {
        font-size: 0.9375rem;
        line-height: 1.55;
    }

    .landing-bottom-banner__eyebrow {
        font-size: 1.5rem;
    }

    .landing-bottom-banner__title {
        font-size: 3rem;
    }
    
    .landing-actions--left {
        justify-content: center;
    }
    
}

@media (max-width: 767px) {
    :root {
        --landing-shell-gutter: 20px;
    }

    html,
    body,
    .landing-page {
        min-width: 340px;
    }

    .landing-header {
        padding-top: 20px;
    }

    .top-banner {
        height: 44px;
    }

    .top-banner-inner {
        display: flex;
        justify-content: center;
    }

    .top-banner-inner > img {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        height: 100%;
    }

    .landing-header__inner {
        justify-content: space-between;
        height: initial;
        padding: 8px 18px;
        flex-wrap: wrap;
    }
    
	.landing-header__nav {
        justify-content: flex-end; 
    }

    .landing-header__actions {
        justify-content: flex-end;
        flex:1 1 auto;
    }

    .landing-header__menu-toggle {
        display: inline-flex;
    }

    .landing-header__brand > img {
        width: 132px;
    }

    .landing-intro {
        min-height: 900px;
        padding-bottom: 44px;
    }

    .landing-intro__bg {
        height: clamp(460px, 62vh, 560px);
    }

    .landing-intro::before {
        width: 220px;
        height: 220px;
        top: -36px;
        left: -54px;
    }

    .landing-intro::after {
        width: 520px;
        height: 520px;
        top: -238px;
        right: -188px;
    }

    .landing-intro > .top-banner::before {
        width: 220px;
        height: 220px;
        left: 120px;
        top: 280px;
    }

    .landing-intro > .top-banner::after {
        width: 190px;
        height: 190px;
        right: -24px;
        bottom: 92px;
    }

    .landing-hero {
        padding-top: 40px;
    }

    .landing-hero__copy {
        max-width: 520px;
        gap: 8px;
    }

    .landing-hero__eyebrow {
        font-size: 1rem;
        line-height: 1.2;
    }

    .landing-hero__eyebrow > span {
        font-size: 1.4rem;
    }

    .landing-hero__subhead {
        font-size: 1.0625rem;
        line-height: 1.2;
    }

    .landing-hero__subhead > strong {
/*         display: block; */
        margin-top: 4px;
    }

    .landing-hero__title {
        font-size: clamp(2.1rem, 7vw, 2.9rem);
    }

    .landing-actions--hero {
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .landing-actions--hero .landing-cta {
        max-width: 210px;
        white-space: normal;
        text-align: center;
    }

    .landing-cta--icon-right {
        gap: 8px;
        font-size: 1rem;
        line-height: 1.15;
    }

    .landing-cta--icon-right > img {
        width: 13px;
        height: 9px;
    }

    .landing-hero__visual {
        margin-top: 50px;
    }

    .landing-hero__mockup-body {
        padding: 10px;
        border-radius: 20px;
    }

    .landing-hero__mockup-modal-item--sub1 {
        left: 32px;
        bottom: 48px;
        width: 30%;
    }

    .landing-hero__mockup-modal-item--sub2 {
        top: 20px;
        right: -18px;
        width: 34%;
    }

    .landing-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .landing-section--reason {
        min-height: auto;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .landing-section__sticky {
        position: static;
        min-height: 0;
        padding: 0;
    }

    .landing-section--basic {
        padding-top: 44px;
    }

    .landing-quick-menu,
    .landing-scroll-top {
        display: none;
    }

    .landing-section-heading__title {
        font-size: 2.1rem;
    }

    .landing-section-heading__caption {
        font-size: 0.875rem;
    }

    .landing-actions--left {
        justify-content: center;
    }

    .landing-reason {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .landing-reason__nav {
        flex-direction: row;
        flex-wrap: wrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: center;
        gap: 8px;
        border-radius: 18px;
        padding: 12px 16px;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        scroll-padding-inline: 16px;
        -webkit-overflow-scrolling: touch;
        -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 24px), transparent 100%);
        mask-image: linear-gradient(to right, #000 calc(100% - 24px), transparent 100%);
    }

    .landing-reason__nav::after {
        content: none;
    }

    .landing-reason__nav::-webkit-scrollbar {
        display: none;
    }

    .landing-reason__nav-item {
        flex: 0 0 auto;
        width: auto;
        height: 42px;
        padding: 0 16px;
        justify-content: center;
        border-radius: 999px;
        background: #fff;
        white-space: nowrap;
        font-size: 0.8125rem;
        scroll-snap-align: start;
    }

    .landing-reason__nav-item.is-active {
        background: var(--color-primary-500);
        color: #fff;
    }

    .landing-reason__nav-item.is-active::after {
        display: none;
    }

    .landing-reason__panel {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 34px 24px;
    }

    .landing-reason__title {
        font-size: 1.4rem;
        line-height: 1.28;
    }

    .landing-reason__body {
        margin-top: 20px;
        max-width: none;
        font-size: 0.9375rem;
        line-height: 1.55;
        text-align: center;
    }

    .landing-basic-group__header > h3 {
        font-size: 1.25rem;
    }

    .landing-pricing-table__row {
        grid-template-columns: 1fr 1fr;
    }

    .landing-section--premium {
        padding-top: 52px;
        padding-bottom: 60px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .landing-premium__note {
        margin-top: 18px;  
    }

    .landing-reviews__eyebrow {
        font-size: 1.5rem;
    }

    .landing-reviews__title {
        font-size: 2.625rem;
    }

    .landing-reviews__slider {
        padding: 0 30px;
    }

    .landing-review-card {
        min-height: 260px;
        border-radius: 20px;
    }

    .landing-review-card__body {
        height: auto;
        min-height: 160px;
        padding: 14px 16px 18px;
    }

    .landing-review-card__logo-image {
        width: 88px;
        height: 44px;
    }

    .landing-review-card__logo-image--wide {
        width: 100px;
    }

    .landing-benefit-card {
        min-height: 196px;
        gap: 12px;
        padding: 22px 16px;
        border-radius: 20px;
    }

    .landing-benefit-card__icon {
        width: 60px;
        height: 60px;
    }

    .landing-benefit-card__icon > img {
        width: 34px;
        height: 34px;
    }

    .landing-benefit-card > h3 {
        font-size: 1.125rem;
    }

    .landing-benefit-card > p {
        font-size: 0.8125rem;
    }

    .landing-premium-card {
        gap: 12px;
        padding: 24px 16px;
        border-radius: 16px;
    }

    .landing-premium-card__icon-slot {
        width: 60px;
        height: 60px;
    }

    .landing-premium-card__icon-slot > img {
        width: 30px;
        height: 30px;
    }

    .landing-premium-card__head > h3 {
        font-size: 0.9375rem;
    }

    .landing-video__play {
        width: 68px;
        height: 68px;
    }

    .landing-video {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .landing-video__frame {
        height: 100%;
    }

    .landing-faq-item__question {
        grid-template-columns: 28px minmax(0, 1fr);
        padding: 18px 0;
    }

    .landing-faq-item__answer-inner {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 10px;
        padding: 18px 16px 20px;
    }

    .landing-faq-panel__more {
        width: 240px;
        height: 48px;
        font-size: 0.9375rem;
    }

    .landing-bottom-banner {
        padding-block: 40px;
        background-position: center;
    }

    .landing-bottom-banner__eyebrow {
        font-size: 1.125rem;
    }

    .landing-bottom-banner__title {
        font-size: 2.375rem;
    }

    .landing-bottom-banner__actions {
        margin-top: 32px;
        flex-wrap: wrap;
    }

    .landing-bottom-banner__actions .landing-cta {
        flex: 0 1 180px;
        max-width: 180px;
        height: 48px;
        padding-inline: 18px;
        font-size: 1rem;
        line-height: 1.15;
        white-space: normal;
        text-align: center;
    }
    .landing-hero__mockup-dots {
    	display:none;
    }
}

@media (max-width: 575px) {
    :root {
        --landing-shell-gutter: 16px;
    }

    .landing-header__inner {
        justify-content: space-between;
/*         padding: 0 16px; */
    }

    .landing-header__brand > img {
        width: 132px;
    }

    .landing-intro > .top-banner::before {
        left: 60px;
        top: 300px;
    }

    .landing-hero {
        padding-top: 34px;
    }

    .landing-hero__eyebrow {
        font-size: 0.9375rem;
        line-height: 1;
    }

    .landing-hero__eyebrow > span {
        font-size: 1.25rem;
    }

    .landing-hero__subhead {
         margin-top: 0;
        font-size: 1rem;
        line-height: 1.15;
    }

    .landing-hero__title {
        margin-top: 10px;
        font-size: clamp(1.95rem, 8.5vw, 2.45rem);
    }

    .landing-actions--hero {
        width: 100%;
        gap: 10px;
    }

    .landing-cta {
        flex: 1 1 0;
        min-width: 0;
        height: 42px;
        padding-inline: 16px;
    }

    .landing-actions--hero .landing-cta {
        flex: 0 1 180px;
        max-width: 180px;
        height: 48px;
        padding-inline: 18px;
        font-size: 1rem;
        line-height: 1.15;
    }

    .landing-section__inner .landing-cta {
        width: min(100%, 220px);
        min-width: 0;
        max-width: 220px;
        height: 48px;
        flex: 0 0 auto;
        padding-inline: 18px;
        font-size: 0.9375rem;
        line-height: 1.15;
    }

    .landing-section {
        padding-top: 36px;
        padding-bottom: 36px;
    }

   

    .landing-section-heading__title {
        font-size: 1.8rem;
    }

    .landing-section-heading > .landing-cta {
        min-width: 0;
    }

    .landing-cta--icon-right {
        font-size: 0.9375rem;
    }

    .landing-reason {
        margin-top: 36px;
    }

    .landing-reason__panel {
        padding: 28px 20px;
    }

    .landing-reason__nav-item {
        height: 38px;
        padding: 0 14px;
        font-size: 0.75rem;
    }

    .landing-reason__title {
        font-size: 1.275rem;
        line-height: 1.3;
    }

    .landing-reason__body {
        margin-top: 16px;
        font-size: 0.875rem;
        line-height: 1.5;
        color: #000;
        text-align: center;
    }

    .landing-core-card {
        /* grid-template-columns: 1fr; */
        gap: 0;
        /* aspect-ratio: auto; */
        /* min-height: 190px; */
        /* text-align: center; */
        /* justify-items: center; */
        padding: 2px 18px 2px 30px;
    }

    .landing-core-card__icon {
        width: 72px;
        height: 72px;
    }

    .landing-core-card__icon > img {
        height: 32px;
    }

    .landing-core-card__eyebrow {
        font-size: 0.75rem;
    }

    .landing-core-card__text > h4 {
        font-size: 1.25rem;
        line-height: 1.18;
    }

    .landing-core-card__text > p:last-child {
        margin-top: 8px;
        font-size: 0.8rem;
        line-height: 1.35;
    }

    .landing-section--premium {
        padding-top: 44px;
        padding-bottom: 48px;
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
    }

    .landing-premium-slider {
        padding-inline: 20px;
    }

    .landing-reviews__eyebrow {
        font-size: 1.25rem;
    }

    .landing-reviews__title {
        font-size: 2.125rem;
    }

    .landing-reviews__slider {
        padding: 0 24px;
    }

    .landing-reviews__slider .slider-nav {
        width: 38px;
        height: 38px;
    }

 	.landing-premium__note {
        margin-top: 18px; 
    }

    .landing-review-card__head {
        min-height: 48px;
        padding: 12px 16px;
        font-size: 0.9375rem;
        line-height: 1.35;
    }

    .landing-review-card__body > p {
        font-size: 0.875rem;
    }

    .landing-review-card__link {
        font-size: 0.875rem;
    }

    .landing-faq-panel__title {
        font-size: 2rem;
    }

    .landing-faq-item__q > img,
    .landing-faq-item__a > img {
        width: 24px;
        height: 24px;
    }

    .landing-faq-item__a {
        width: 24px;
        height: 24px;
    }

    .landing-faq-item__a > img {
        width: 14px;
        height: 14px;
    }

    .landing-faq-item__q > img {
        width: 14px;
        height: 14px;
    }

    .landing-faq-item__question > span:last-child,
    .landing-faq-item__answer-inner p,
    .landing-faq-item__answer-inner li {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .landing-faq-panel__more {
        width: 220px;
        height: 46px;
        font-size: 0.875rem;
    }

    .landing-bottom-banner {
        padding: 36px 20px;
    }

    .landing-bottom-banner__eyebrow {
        font-size: 1rem;
    }

    .landing-bottom-banner__title {
        font-size: 1.875rem;
    }

    .landing-bottom-banner__actions {
        width: 100%;
        margin-top: 24px;
        gap: 10px;
    }

    .landing-bottom-banner__actions .landing-cta {
        width: min(100%, 220px);
        max-width: 220px;
        flex: 0 0 auto;
        height: 48px;
        font-size: 0.875rem;
    }

}

@media (max-width: 479px) {
    :root {
        --landing-shell-gutter: 14px;
    }

/*     .landing-header__inner {
        padding: 0 14px;
    }
 */
    .landing-intro {
        min-height: 760px;
        padding-bottom: 36px;
    }

    .top-banner {
        height: 40px;
    }

    .landing-intro__bg {
        height: clamp(420px, 62vh, 500px);
    }

    .landing-intro::before {
        width: 180px;
        height: 180px;
        top: -28px;
        left: -74px;
    }

    .landing-intro::after {
        width: 400px;
        height: 400px;
        top: -184px;
        right: -180px;
    }

    .landing-intro > .top-banner::before {
        width: 170px;
        height: 170px;
        left: 24px;
        top: 340px;
    }

    .landing-intro > .top-banner::after {
        width: 140px;
        height: 140px;
        right: -28px;
        bottom: 76px;
    }

    .landing-hero__copy {
        max-width: 320px;
        gap: 6px;
    }

    .landing-hero__eyebrow {
        font-size: 0.875rem;
    }

    .landing-hero__eyebrow > span {
        font-size: 1.15rem;
    }

    .landing-hero__subhead {
        font-size: 0.9375rem;
        line-height: 1.25;
    }

    .landing-hero__title {
        font-size: 1.9rem;
    }

    .landing-actions--hero {
        flex-direction: column;
        align-items: center;
    }

    .landing-cta {
        width: 100%;
    }

    .landing-actions--hero .landing-cta {
        width: min(100%, 220px);
        max-width: 220px;
        flex: 0 0 auto;
        height: 48px;
    }

    .landing-cta--icon-right {
        font-size: 0.875rem;
    }

    .landing-section__inner .landing-cta {
        width: min(100%, 220px);
        max-width: 220px;
        height: 48px;
        font-size: 0.875rem;
    }

    .landing-section-heading > .landing-cta {
        min-width: 0;
    }

    .landing-hero__mockup-body {
        padding: 8px;
        border-radius: 16px;
    }

    .landing-hero__mockup-modal-item--sub1 {
        left: 14px;
        bottom: 18px;
        width: 34%;
    }

    .landing-hero__mockup-modal-item--sub2 {
        top: 14px;
        right: -8px;
        width: 38%;
    }

    

    .landing-section-heading__eyebrow {
        font-size: 0.875rem;
    }

    .landing-section-heading__title {
        margin-top: 4px;
        font-size: 1.4rem;
    }

    .mt-section {
        margin-top: 36px;
    }

    .landing-bottom-banner {
        padding-inline: 14px;
    }

    .landing-bottom-banner__title {
        font-size: 1.625rem;
    }

    .landing-benefit-card {
        min-height: 168px;
        gap: 10px;
        padding: 18px 14px;
    }

    .landing-benefit-card__icon {
        width: 52px;
        height: 52px;
    }

    .landing-benefit-card__icon > img {
        width: 30px;
        height: 30px;
    }

    .landing-benefit-card > h3 {
        font-size: 1.0625rem;
    }

    .landing-benefit-card > p {
        font-size: 0.78rem;
    }

    .landing-premium-card {
        gap: 10px;
        padding: 20px 14px;
    }

    .landing-premium-card__icon-slot {
        width: 52px;
        height: 52px;
    }

    .landing-premium-card__icon-slot > img {
        width: 26px;
        height: 26px;
    }

    .landing-premium-card__head > h3 {
        font-size: 0.875rem;
    }

    .landing-review-card {
        min-height: 232px;
    }

    .landing-review-card__head {
        padding: 10px 14px;
        font-size: 0.875rem;
    }

    .landing-review-card__body {
        gap: 12px;
        min-height: 140px;
        padding: 12px 14px 16px;
    }

    .landing-review-card__logo-image {
        width: 80px;
        height: 40px;
    }

    .landing-review-card__logo-image--wide {
        width: 92px;
    }

    .landing-section-heading__caption {
        font-size: 0.8rem;
    }
}
