:root {
    --text: #ffffff;
    --muted: #b0c2ff;
    --muted-soft: #93a5e6;
    --stroke: rgba(162, 186, 255, 0.18);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
    --radius-xl: 32px;
    --container: 1520px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: #f4f8fb;
}

img {
    display: block;
    max-width: 100%;
}

main {
    position: relative;
    z-index: 1;
}

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

button,
summary {
    font: inherit;
}

.br_mobile {
    display: none;
}

.page-shell {
    position: relative;
    overflow: hidden;
    background: #04092a;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    max-width: var(--container);
    padding: 16px 0 16px;
}

.brand-lockup {
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 0 0 auto;
}

.brand-badges {
    display: flex;
    align-items: center;
    gap: 26px
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
    flex: 0 0 auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.desktop-nav a,
.mobile-nav a {
    transition: color 180ms ease, transform 180ms ease;
}

.desktop-nav a {
    position: relative;
    padding: 0.18rem 0;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.desktop-nav a:focus-visible,
.mobile-nav a:focus-visible {
    color: #00B7FF;
    transform: translateY(-1px);
}

.desktop-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.42rem;
    height: 2px;
    border-radius: 999px;
    background: #00B7FF;
}

.button,
.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 20px;
    border-radius: 999px;
    letter-spacing: 0.01em;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
    color: #ffffff;
}

.button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #4fc5ff 0%, #6f88ff 52%, #bb7eff 100%);
    box-shadow: 0 12px 34px rgba(124, 144, 255, 0.18);
}

.button--secondary,
.button--ghost {
    color: var(--text);
    border: 1px solid rgba(167, 188, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
}

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

.header-cta {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #ffffff;
    box-shadow: none;
    visibility: hidden;
}

.menu-toggle {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text);
}

.menu-toggle img {
    display: block;
    height: auto;
}

.mobile-nav {
    display: none;
}

.mobile-nav__cta {
    text-align: center;
    border-radius: 999px;
}

body.mobile-menu-open {
    overflow: hidden;
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 1710px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background:
        linear-gradient(180deg, rgba(6, 12, 48, 0.08) 0%, rgba(5, 10, 40, 0.02) 34%, rgba(3, 7, 29, 0.18) 100%),
        url("../images/20260421_bg_main.png") center top / cover no-repeat;
}

.hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 980px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 200px 0 420px;
}

.hero__intro {
    will-change: transform;
}

.eyebrow,
.section-kicker {
    margin: 0 0 0.82rem;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.hero h1 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0;
    background: linear-gradient(90deg, #1fb1fb 0%, #86dfff 50%, #d1a1ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero__summary {
    color: #B8BFDD;
    font-size: 20px;
    font-weight: 400;
}

.hero__summary strong {
    color: #ffffff;
    font-weight: 600;
}

.hero__footer {
    width: min(760px, 100%);
    margin-top: auto;
    text-align: center;
}

.hero__footer h2 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero__footer h2.hero__footer--fading {
    opacity: 0;
    transform: translateY(14px);
}

.hero__footer p {
    margin: 8px 0 0;
    font-size: 24px;
    color: #B8BFDD;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero__footer p.hero__footer--fading {
    opacity: 0;
    transform: translateY(14px);
}

.hero__footer strong {
    color: #119AFC;
}

.hero__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.hero .button {
    min-height: 56px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
}

.hero .button--primary {
    background: linear-gradient(90deg, #6648E9 0%, #0BCAFF 100%);
    box-shadow: none;
}

.hero .button--ghost {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(8, 15, 46, 0.22);
}


.section-heading p {
    margin: 1.2rem auto 0;
    font-size: 0.99rem;
    line-height: 1.65;
    color: var(--muted);
}

.section {
    padding: 60px 0;
    position: relative;
}

.section--tight {
    padding-top: 3rem;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(1.95rem, 3.4vw, 2.85rem);
    line-height: 1.18;
}

.build-section {
    padding-top: 0.8rem;
}

.build-section__inner {
    display: grid;
    gap: 48px;
}

.build-section__header {
    margin-inline: auto;
    text-align: center;
}

.build-section__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
}

.build-section__desc {
    margin: 24px auto 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.build-section__media {
    position: relative;
    overflow: hidden;
    margin-inline: auto;
    border-radius: 32px;
}

.build-section__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 13, 46, 0.06) 0%, rgba(7, 13, 46, 0.18) 100%);
    pointer-events: none;
}

.build-section__picture,
.build-section__image {
    display: block;
    width: 100%;
}

.build-section__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 90px;
    height: 90px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.build-section__play:hover,
.build-section__play:focus-visible {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.92;
}

.build-section__play img {
    display: block;
    width: 100%;
    height: auto;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.video-modal.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.video-modal__content {
    position: relative;
    z-index: 2;
    width: min(90vw, 960px);
}

.video-modal__iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}

.video-modal__iframe-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-modal__close {
    position: absolute;
    top: -16px;
    right: -10px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.pain-points {
    padding: 0px 0 4.4rem;
}

.pain-points__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 30px;
}

.pain-points__copy {
    justify-self: start;
}

.pain-points__title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}

.pain-points__intro {
    margin: 1rem 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.pain-points__list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 16px
}

.pain-points__item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    cursor: pointer;
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        background 220ms ease,
        box-shadow 220ms ease;
}

.pain-points__item:hover,
.pain-points__item:focus-visible {
    transform: translateX(6px);
}

.pain-points__item:focus-visible {
    outline: none;
    border-color: rgba(79, 197, 255, 0.8);
}

.pain-points__item.is-active {
    border-color: rgba(79, 197, 255, 0.36);
    background: linear-gradient(120deg, rgba(46, 119, 255, 0.28), rgba(10, 24, 88, 0.55));
    box-shadow: 0 20px 40px rgba(5, 20, 84, 0.24);
}

.pain-points__item.is-active .pain-points__number {
    background: linear-gradient(135deg, rgba(79, 197, 255, 0.16), rgba(111, 136, 255, 0.16));
    color: #ffffff;
}

.pain-points__number {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(73, 183, 255, 0.5);
    color: #63c7ff;
    font-size: 24px;
    font-weight: 600;
}

.pain-points__text {
    color: #fff;
    font-size: 20px;
    line-height: 1.55;
}

.pain-points__visual {
    display: flex;
    justify-content: center;
    justify-self: end;
}

.pain-points__orbit {
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 79px;
    display: inline-grid;
    place-items: center;
}

.pain-points__orbit::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px dashed #0054A8;
}

.pain-points__ring {
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(136, 155, 255, 0.12);
}

.pain-points__image-wrap {
    position: relative;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.pain-points__image {
    grid-area: 1 / 1;
    display: block;
    height: auto;
    max-width: none;
    opacity: 0;
    transition:
        opacity 420ms ease,
        transform 420ms ease,
        filter 420ms ease;
    filter: saturate(0.88) brightness(0.9);
}

.pain-points__image.is-active {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1) brightness(1);
}

.pain-points__dot {
    position: absolute;
    inset: 0;
    pointer-events: none;
    transform: rotate(calc(var(--pain-point-dot-angle, 0deg) + var(--pain-point-dot-offset, 0deg)));
    transition: transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pain-points__dot::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(13, 117, 198, 1);
    box-shadow: 0 0 0 5px rgba(13, 117, 198, 0.5);
    transform: translateX(-50%);
}

.pain-points__dot--top {
    --pain-point-dot-angle: -78deg;
}

.pain-points__dot--right {
    --pain-point-dot-angle: 42deg;
}

.pain-points__dot--bottom {
    --pain-point-dot-angle: 162deg;
}

@media (prefers-reduced-motion: reduce) {
    .pain-points__dot {
        transition: none;
    }
}

.band-callout {
    padding-top: 0.8rem;
}

.band-callout__box {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 300px;
    margin-inline: auto;
    padding: 46px 0px;
    border-radius: 24px;
    background:
        url("../images/20260421_band_callout.png") no-repeat;
}

.band-callout__content {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    text-align: center;
}

.band-callout__title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
}

.band-callout__desc {
    margin: 20px auto 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.band-callout__cta {
    min-height: 56px;
    margin-top: 28px;
    padding: 12px 40px;
    border: 0;
    background: #ffffff;
}

.band-callout__cta span {
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(90deg, #5248E9 0%, #0BCAFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.features__heading {
    text-align: center;
}

.features__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.features__slider {
    margin-top: 48px;
}

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

.faq-item {
    border: 1px solid var(--stroke);
    background: linear-gradient(180deg, rgba(12, 23, 75, 0.82), rgba(7, 14, 49, 0.86));
    box-shadow: var(--shadow);
    border-radius: 24px;
}

.features__card {
    min-height: 345px;
    padding: 32px 24px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(46, 51, 90, 0) 0%, rgba(28, 27, 51, 0.1) 100%),
        radial-gradient(146.13% 118.42% at 50% -15.5%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.59%);
    box-shadow: 0px 0px 100px 0px rgba(204, 215, 255, 0.15) inset;
}

.features__icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 63px;
}

.features__icon img {
    display: block;
    width: 100%;
    height: auto;
}

.features__card-title {
    margin: 0;
    margin-top: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.features__card-desc {
    margin: 12px 0 0;
    color: #B8BFDD;
    font-size: 16px;
    line-height: 1.5;
}

.features__dots {
    display: none;
}

.features__dot {
    border: 0;
    padding: 0;
    background: transparent;
}

.offer-suite {
    padding-top: 3.2rem;
}

.offer-suite__shell {
    display: grid;
    gap: 120px;
    padding: 120px;
    border-radius: 60px;
    background: #F2F4FF;
}

.offer-suite__section {
    display: grid;
    gap: 48px;
}

.offer-suite__heading {
    margin-inline: auto;
    text-align: center;
}

.offer-suite__title {
    margin: 0;
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.offer-compare__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.offer-compare__table {
    overflow: hidden;
    border-radius: 40px;
    background: #dae9ff;
}

.offer-compare__row {
    display: grid;
    grid-template-columns: 0.7fr 1.24fr 1.24fr;
}

.offer-compare__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #dae9ff;
    border-bottom: 1px solid #DAE9FF;
    min-height: 70px;
    line-height: 22px;
}

.offer-compare__row--head .offer-compare__cell {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 0;
    min-height: 74px;
    line-height: 42px;
}

.offer-compare__row--head .offer-compare__cell--host {
    background: #A6C9FF;
    color: #fff;
    border-top-left-radius: 40px;
}

.offer-compare__row--head .offer-compare__cell--vibe {
    background: #65A2FF;
    color: #fff;
}

.offer-compare__cell--label {
    background: #FFFFFF;
}

.offer-compare__row:not(.offer-compare__row--head) .offer-compare__cell:nth-child(2) {
    background: #ECF4FF;
    color: #090909;
    font-weight: 400;
}

.offer-compare__row:not(.offer-compare__row--head) .offer-compare__cell:nth-child(3) {
    background: #E4F0FF;
    color: #090909;
    font-weight: 500;
}

.offer-compare__row:nth-child(2) .offer-compare__cell:nth-child(1) {
    border-top-left-radius: 40px;
}

.offer-compare__head-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.offer-compare__head-label img {
    display: block;
    width: 30px;
    height: 30px;
}

.offer-plans {
    gap: 24px;
}

.offer-plans__billing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.offer-plans__billing-label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.offer-plans__billing-label--active {
    color: #119AFC;
}

.offer-plans__billing-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 60px;
    height: 32px;
    padding: 4px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #064BDE 0%, #0BCAFF 100%);
    cursor: pointer;
}

.offer-plans__billing-switch.is-yearly {
    justify-content: flex-end;
}

.offer-plans__billing-knob {
    width: 30px;
    height: 24px;
    border-radius: 999px;
    background: #ffffff;
}

.offer-plans__panel[hidden] {
    display: none;
}

.offer-plans__viewport {
    width: 100%;
}

.offer-plans__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
}

.offer-plans__panel[data-plan-panel="monthly"] .offer-plan--featured {
    grid-column: 2;
    grid-row: 1;
}

.offer-plans__panel[data-plan-panel="monthly"] .offer-plan--basic {
    grid-column: 1;
    grid-row: 1;
}

.offer-plans__panel[data-plan-panel="monthly"] .offer-plan--advanced {
    grid-column: 3;
    grid-row: 1;
}

.offer-plans__panel[data-plan-panel="yearly"] .offer-plan--featured {
    grid-column: 2;
    grid-row: 1;
}

.offer-plans__panel[data-plan-panel="yearly"] .offer-plan--basic {
    grid-column: 1;
    grid-row: 1;
}

.offer-plans__panel[data-plan-panel="yearly"] .offer-plan--advanced {
    grid-column: 3;
    grid-row: 1;
}

.offer-plan {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 40px;
    background: #ffffff;
}

.offer-plan:not(.offer-plan--featured) {
    min-height: 506px;
}

.offer-plan--featured {
    min-height: 605px;
    border: 0;
    overflow: hidden;
    background: linear-gradient(90deg, #6648E9 0%, #0BCAFF 100%);
}

.offer-plan__surface {
    display: grid;
    min-height: 100%;
}

.offer-plan:not(.offer-plan--featured) .offer-plan__surface {
    padding: 8px;
    border-radius: 26px;
    background: #ffffff;
}

.offer-plan--featured .offer-plan__surface {
    padding: 10px 8px 20px;
    border-radius: 32px;
}

.offer-plan__tag {
    margin: 0;
    padding: 23px 10px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10%;
    text-align: center;
}

.offer-plan__tag img {
    width: 40px;
    height: 40px;
    display: block;
    flex: 0 0 20px;
}

.offer-plan__hero {
    display: block;
    overflow: hidden;
    border-radius: 32px;
    background: #F6F9FF;
}

.offer-plan:not(.offer-plan--featured) .offer-plan__top {
    padding: 30px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px #005BAC08;
}

.offer-plan__name {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.offer-plan__price {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #119AFC;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.offer-plan__price span {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.5;
}

.offer-plan__desc {
    margin: 20px 0 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    opacity: 0.8;
}

.offer-plan__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 40px;
    border-radius: 999px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.offer-plan:not(.offer-plan--featured) .offer-plan__cta {
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #6648E9 0%, #0BCAFF 100%) border-box;
}

.offer-plan:not(.offer-plan--featured) .offer-plan__cta span {
    background: linear-gradient(90deg, #6648E9 0%, #0BCAFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.offer-plan__cta--featured {
    border-color: transparent;
    background: linear-gradient(90deg, #6648E9 0%, #0BCAFF 100%);
    color: #ffffff;
}

.offer-plan--featured .offer-plan__top {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
}

.offer-plan--featured .offer-plan__list {
    padding: 21px 25px 40px;
}

.offer-plan__list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 21px 25px 40px;
    list-style: none;
}

.offer-plan__list li {
    position: relative;
    padding-left: 24px;
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.5;
}

.offer-plan__list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    height: 10px;
    background: url("../images/20260421_icon_plan_check.svg") center / contain no-repeat;
}

.offer-plans__note {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.offer-plans__dots {
    display: none;
}

.offer-plans__dot {
    border: 0;
    padding: 0;
    background: transparent;
}

.offer-advice__card {
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 300px;
    padding: 43px 0px 43px 56px;
    border-radius: 40px;
    background: url("../images/20260421_bg_offer_advice.png") center / cover no-repeat;
}

.offer-advice__title {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
}

.offer-advice__desc {
    margin: 12px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.offer-advice__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 214px;
    min-height: 48px;
    margin-top: 24px;
    padding: 12px 32px;
    border-radius: 999px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.offer-advice__cta span {
    background: linear-gradient(90deg, #5248E9 0%, #0BCAFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.testimonial {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.testimonial::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 48px;
    width: 100%;
    height: 520px;
    transform: translateX(-50%);
    background: radial-gradient(circle at center, rgba(95, 110, 255, 0.42) 0%, rgba(95, 110, 255, 0) 72%);
    filter: blur(28px);
    pointer-events: none;
}

.testimonial__heading {
    position: relative;
}

.testimonial__heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}

.testimonial__heading p {
    margin: 16px auto 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.testimonial-carousel {
    position: relative;
    margin-top: 48px;
}

.testimonial-carousel__viewport {
    position: relative;
    max-width: 920px;
    min-height: 367px;
    margin: 0 auto;
    user-select: none;
    touch-action: pan-y;
    cursor: grab;
}

.testimonial-carousel.is-dragging .testimonial-carousel__viewport {
    cursor: grabbing;
}

.testimonial-carousel__track {
    position: relative;
    min-height: inherit;
}

.testimonial-slide {
    position: absolute;
    inset: 0;
    display: grid;
    justify-items: center;
    align-content: start;
    text-align: center;
    transform: translate3d(var(--slide-x, 0px), var(--slide-y, 0px), 0) scale(var(--slide-scale, 1));
    opacity: var(--slide-opacity, 1);
    filter: blur(var(--slide-blur, 0px));
    z-index: var(--slide-z, 1);
    transition:
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 320ms ease,
        filter 320ms ease;
    pointer-events: none;
}

.testimonial-slide__avatar-wrap {
    width: var(--avatar-size, 141px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(2, 9, 45, 0.28);
    transition:
        width 420ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 320ms ease,
        opacity 320ms ease;
}

.testimonial-slide__avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-slide--alt-2 .testimonial-slide__avatar {
    filter: hue-rotate(16deg) saturate(1.08);
}

.testimonial-slide--alt-3 .testimonial-slide__avatar {
    filter: hue-rotate(-12deg) saturate(0.96);
}

.testimonial-slide__content {
    margin-top: 36px;
    max-width: 920px;
    opacity: var(--content-opacity, 1);
    transform: translateY(var(--content-shift, 0px));
    transition:
        opacity 260ms ease,
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-slide h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.testimonial-slide__meta {
    margin: 8px 0 0;
    color: #B8BFDD;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.testimonial-slide__stars {
    margin: 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.testimonial-slide__stars img {
    width: 18px;
    height: 18px;
}

.testimonial-slide__quote {
    margin: 24px auto 0;
    max-width: 920px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    font-style: italic;
}

.testimonial-carousel__nav {
    position: absolute;
    top: 112px;
    z-index: 5;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.testimonial-carousel__nav:hover,
.testimonial-carousel__nav:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
}

.testimonial-carousel__nav--prev {
    left: 240px;
}

.testimonial-carousel__nav--next {
    right: 240px;
}

.testimonial-carousel__nav img {
    width: 20px;
    height: 20px;
}

.testimonial-carousel__dots {
    display: none;
}

.testimonial-carousel__dot {
    border: 0;
    padding: 0;
    background: transparent;
}

.testimonial-carousel.is-dragging .testimonial-slide,
.testimonial-carousel.is-dragging .testimonial-slide__avatar-wrap,
.testimonial-carousel.is-dragging .testimonial-slide__content {
    transition: none;
}

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

.faq-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 20px 0 20px 0;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding-right: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
}

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

.faq-item summary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("../images/20260421_icon_plus.svg") center / contain no-repeat;
}

.faq-item[open] summary::after {
    background-image: url("../images/20260421_icon_minus.svg");
}

.faq-item p {
    margin: 12px 40px 0px 0px;
    color: #B8BFDD;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.faq-shell {
    padding: 60px 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 60px;
    background:
        linear-gradient(180deg, rgba(46, 51, 90, 0) 0%, rgba(28, 27, 51, 0.1) 100%),
        radial-gradient(146.13% 118.42% at 50% -15.5%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.59%);
    box-shadow: 0px 0px 100px 0px #CCD7FF26 inset;
}

.faq__heading {
    text-align: center;
}

.faq__heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
}

.faq-item:last-child {
    border-bottom: 0;
}

.consult-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
}

.consult-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.consult-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.consult-modal__dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 600px;
}

.consult-modal__body {
    background: #FFF;
    border-radius: 20px;
    padding: 47px 41px 42px 41px;
}

.consult-modal__title {
    margin: 0 0 26px;
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
}

.consult-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(38%, -38%);
    width: 40px;
    height: 40px;
    border: 2px solid #1759FF;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consult-modal__close span {
    position: absolute;
    width: 18px;
    height: 2.5px;
    background: #1759FF;
    border-radius: 999px;
}

.consult-modal__close span:first-child {
    transform: rotate(45deg);
}

.consult-modal__close span:last-child {
    transform: rotate(-45deg);
}

.consult-form__group + .consult-form__group {
    margin-top: 20px;
}

.consult-form__label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #666D7C;
    font-weight: 500;
}

.consult-form__label span {
    color: #FF0005;
    font-weight: 500;
}

.consult-form__input {
    width: 100%;
    height: 48px;
    font-family: "Inter", sans-serif;
    border: 1px solid #E6E7EA;
    border-radius: 100px;
    outline: none;
    padding: 10px 12px;
    font-size: 16px;
    color: #132639;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.consult-form__input::placeholder {
    color: #33363a;
    opacity: 0.5;
}

.consult-form__input:focus {
    border-color: #2f76ff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(47, 118, 255, 0.12);
}

.consult-form__submit {
    width: 100%;
    height: 56px;
    margin-top: 30px;
    border: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #447eff 0%, #388EFF 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.35);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.consult-form__submit:hover {
    transform: translateY(-1px);
}

.consult-form__submit:active {
    transform: translateY(0);
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: calc(100% - var(--sticky-scrollbar-offset, 0px));
    background: #04092a;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.mobile-menu-open .site-header.is-sticky {
    background: #04092a;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.mobile-menu-open .site-header.is-sticky .mobile-nav {
    background-color: #04092a;
}

@media (max-width: 1440px) {
    .pain-points__orbit {
        padding: 50px;
    }
    .pain-points__image-wrap img {
        width: 380px;
    }

    .offer-plans__track {
        gap: 10px
    }

    .testimonial-carousel__nav--prev {
        left: 40px;
    }

    .testimonial-carousel__nav--next {
        right: 40px;
    }
}

@media (max-width: 1024px) {
    .br_pc {
        display: none;
    }

    .br_mobile {
        display: block;
    }

    .desktop-nav,
    .header-actions {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 41;
    }

    .menu-toggle img {
        width: 40px;
    }

    .mobile-nav[hidden] {
        display: none !important;
    }

    .mobile-nav {
        display: none;
        position: fixed;
        inset: 0;
        width: 100%;
        margin: 0;
        padding: 16px 16px 30px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background:
            linear-gradient(180deg, rgba(25, 33, 109, 0.12) 0%, rgba(19, 28, 94, 0.08) 100%),
            url("../images/20260421_bg_menu_mobile.png") center bottom / cover no-repeat;
        z-index: 30;
    }

    .mobile-nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .mobile-nav__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 28px;
    }

    .mobile-nav__brand-lockup {
        display: flex;
        align-items: center;
        gap: 26px;
    }

    .mobile-nav__badges {
        display: flex;
        align-items: center;
        gap: 26px;
    }

    .mobile-nav__close {
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        background: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-nav__close img {
        width: 40px;
        height: auto;
    }

    .mobile-nav a {
        width: 100%;
        padding: 12px 0;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }

    .mobile-nav__cta {
        width: 100%;
        min-height: 42px;
        margin-top: auto;
        padding: 11px 20px;
        border: 1px solid rgba(255, 255, 255, 0.82);
        background: transparent;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }

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

    .pain-points__layout {
        grid-template-columns: 1fr;
    }

    .pain-points__copy,
    .pain-points__visual {
        max-width: none;
        justify-self: center;
    }

    .pain-points__copy {
        text-align: center;
    }

    .pain-points__intro {
        margin-inline: auto;
    }

    .testimonial__heading h2 {
        font-size: 40px;
    }

    .testimonial__heading p {
        font-size: 16px;
    }

    .testimonial-carousel__viewport {
        min-height: 336px;
    }

    .testimonial-carousel__nav {
        top: 104px;
        width: 52px;
        height: 52px;
    }

    .header-inner {
        max-width: none;
        padding: 0.85rem 0;
    }

    .hero {
        min-height: 860px;
        background-position: center top;
    }

    .hero__content {
        padding: 120px 0 170px;
    }

    .band-callout__box {
        padding: 20px 0px;
    }

    .band-callout__cta {
        margin-top: 10px;
    }

    .build-section__play {
        width: 70px;
        height: 70px;
    }

}

@media (max-width: 767px) {
    .header-inner {
        padding: 16px 0 16px;
    }

    .brand-lockup {
        gap: 12px;
    }

    .brand-badges {
        gap: 12px;
    }

    .brand img {
        width: 110px;
    }

    .brand-badge {
        width: 34px;
    }

    .menu-toggle {
        width: 30px;
        height: 30px;
    }

    .menu-toggle img {
        width: 30px;
    }

    .mobile-nav__brand-lockup {
        gap: 12px;
    }

    .mobile-nav a.mobile-nav__brand {
        width: auto;
        padding: 0;
    }

    .mobile-nav__brand img {
        width: 110px;
    }

    .mobile-nav__badges {
        gap: 12px;
    }

    .mobile-nav__badges img {
        width: 34px;
    }

    .mobile-nav__close {
        width: 30px;
        height: 30px;
    }

    .mobile-nav__close img {
        width: 30px;
    }

    .mobile-nav a {
        font-size: 16px;
    }

    .mobile-nav__cta {
        min-height: 44px;
        padding: 24px;
        border: 1px solid #fff;
        font-size: 16px;
        font-weight: 500;
    }

    .hero {
        min-height: 871px;
        background:
            linear-gradient(180deg, rgba(6, 12, 48, 0.08) 0%, rgba(5, 10, 40, 0.02) 34%, rgba(3, 7, 29, 0.18) 100%),
            url("../images/20260421_bg_main_mobile.png") center top / cover no-repeat;
    }

    .hero__content {
        justify-content: flex-start;
        padding: 140px 0 40px;
    }

    .eyebrow {
        margin-bottom: 14px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.15em;
    }

    .hero h1 {
        font-weight: 600;
        font-size: 28px;
        max-width: 320px;
    }

    .hero__summary {
        max-width: 335px;
        margin-top: 14px;
        font-size: 16px;
    }

    .hero__summary br {
        display: none;
    }

    .hero__footer {
        width: calc(100% - 32px);
        margin-top: 326px;
    }

    .hero__footer h2 {
        font-size: 18px;
        letter-spacing: 0.06em;
    }

    .hero__footer p {
        margin-top: 8px;
        font-size: 16px;
    }

    .hero__actions {
        gap: 8px;
        margin-top: 22px;
        flex-wrap: wrap;
    }

    .hero .button {
        min-height: 40px;
        min-width: 0;
        flex: 1 1 calc(50% - 4px);
        padding: 12px 16px;
        font-size: 14px;
    }

    .section-heading p,
    .pain-points__intro {
        font-size: 0.95rem;
        line-height: 1.75;
    }

    .section {
        padding: 20px 0;
    }

    .build-section {
        padding-top: 0.2rem;
    }

    .build-section__inner {
        gap: 24px
    }

    .build-section__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }

    .build-section__desc {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .build-section__media {
        border-radius: 28px;
    }

    .build-section__play {
        width: 50px;
        height: 50px;
    }

    .features__title {
        font-size: 20px;
    }

    .features__slider {
        margin-top: 24px;
    }

    .features__track {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .features__track::-webkit-scrollbar {
        display: none;
    }

    .features__card {
        min-height: 0;
        padding: 20px 16px;
        scroll-snap-align: center;
    }

    .features__card-title {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.4;
    }

    .features__card-desc {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    .features__dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }

    .features__dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: rgba(198, 207, 234, 0.45);
        transition: all 0.2s ease;
    }

    .features__dot.is-active {
        width: 24px;
        background: linear-gradient(90deg, #4c77ff 0%, #2fd8ff 100%);
    }

    .offer-suite .container{
        width: 100%;
    }

    .offer-suite__shell,
    .testimonial-carousel__viewport {
        border-radius: 30px;
    }

    .offer-suite__shell {
        gap: 40px;
        padding: 40px 16px 60px 16px;
    }

    .offer-suite__section {
        gap: 24px;
    }

    .offer-suite__title {
        font-size: 20px;
    }

    .offer-compare__table {
        min-width: 580px;
    }

    .offer-compare__row {
        grid-template-columns: 1.24fr 1.24fr;
    }

    .offer-compare__row .offer-compare__cell:nth-child(1) {
        display: none;
    }

    .offer-compare__cell {
        padding: 10px 16px;
        font-size: 14px;
        text-align: left;
        justify-content: flex-start;
    }

    .offer-compare__row--head .offer-compare__cell {
        font-size: 16px;
        min-height: 52px;
        line-height: 20px;
        text-align: center;
        justify-content: center;
    }

    .offer-compare__head-label img {
        width: 20px;
        height: 20px;
    }

    .offer-compare__row:not(.offer-compare__row--head) .offer-compare__cell:nth-child(2) {
        background: #FFFFFF;
    }

    .offer-compare__row:not(.offer-compare__row--head) .offer-compare__cell:nth-child(3) {
        background: #E4F0FF;
    }

    .offer-plan,
    .offer-advice__card {
        border-radius: 30px;
    }

    .offer-plans__billing {
        gap: 12px;
    }

    .offer-plans__billing-label {
        font-size: 14px;
    }

    .offer-plans__billing-switch {
        width: 45px;
        height: 24px;
    }

    .offer-plans__billing-knob {
        width: 22.5px;
        height: 18px;
    }

    .offer-plans__panel {
        display: grid;
        gap: 20px;
    }

    .offer-plans__track {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .offer-plans__track::-webkit-scrollbar {
        display: none;
    }

    .offer-plan {
        flex: 0 0 100%;
        min-width: 100%;
        min-height: auto;
        scroll-snap-align: center;
    }

    .offer-plan:not(.offer-plan--featured) {
        min-height: auto;
    }

    .offer-plan--featured {
        min-height: auto;
    }

    .offer-plan__surface {
        min-height: 100%;
    }

    .offer-plan__hero {
        border-radius: 28px;
    }

    .offer-plan__top {
        padding: 1rem 1rem 0.95rem;
    }

    .offer-plan:not(.offer-plan--featured) .offer-plan__surface {
        padding: 4px;
        border-radius: 30px;
        background: #ffffff;
    }

    .offer-plan:not(.offer-plan--featured) .offer-plan__top {
        padding: 16px;
        border-radius: 16px;
    }

    .offer-plan--featured .offer-plan__tag {
        padding: 14px 0px;
        font-size: 18px;
    }

    .offer-plan__tag img {
        width: 28px;
        height: 28px;
    }

    .offer-plan--featured .offer-plan__surface {
        padding: 4px;
    }

    .offer-plan--featured .offer-plan__top {
        padding: 16px;
        border-radius: 16px;
    }

    .offer-plan__name {
        font-size: 18px;
    }

    .offer-plan__price {
        font-size: 40px;
        margin-top: 12px;
    }

    .offer-plan__desc {
        font-size: 14px;
        margin-top: 12px;
    }

    .offer-plan__cta {
        margin-top: 12px;
        min-height: 40px;
        font-size: 14px;
    }

    .offer-plan__list {
        gap: 8px;
        padding: 16px 16px 24px;
    }

    .offer-plan--featured .offer-plan__list {
        padding: 16px 16px 24px;
    }

    .offer-plan__list li {
        font-size: 14px;
    }

    .offer-plans__dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .offer-plans__dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: rgba(198, 207, 234, 0.55);
        transition: all 0.2s ease;
    }

    .offer-plans__dot.is-active {
        width: 22px;
        background: linear-gradient(90deg, #4c77ff 0%, #2fd8ff 100%);
    }

    .offer-advice__card {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-height: 539px;
        padding: 24px 16px 24px 16px;
        border-radius: 20px;
        background: url("../images/20260421_bg_offer_advice_mobile.svg") center / cover no-repeat;
    }

    .offer-advice__title {
        font-size: 18px;
        text-align: center;
    }

    .offer-advice__desc {
        margin-top: 16px;
        max-width: none;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
    }

    .offer-advice__cta {
        display: flex;
        width: fit-content;
        max-width: 100%;
        min-width: 196px;
        min-height: 40px;
        margin: 24px auto 0;
        padding: 12px 32px;
        font-size: 14px;
    }

    .offer-advice__copy {
        max-width: 100%;
    }

    .testimonial {
        padding-top: 20px
    }

    .testimonial::before {
        top: 0px;
        height: 420px;
    }

    .testimonial__heading h2 {
        font-size: 20px;
    }

    .testimonial__heading p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .testimonial-carousel {
        margin-top: 24px;
    }

    .testimonial-carousel__viewport {
        min-height: 280px;
        border-radius: 0;
    }

    .testimonial-slide__content {
        margin-top: 18px;
    }

    .testimonial-slide h3 {
        font-size: 16px;
    }

    .testimonial-slide__meta {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.4;
    }

    .testimonial-slide__stars {
        margin-top: 16px;
    }

    .testimonial-slide__stars img {
        width: 22px;
        height: 22px;
    }

    .testimonial-slide__quote {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.4;
    }

    .testimonial-carousel__nav {
        display: none;
    }

    .testimonial-carousel__dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
    }

    .testimonial-carousel__dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: rgba(198, 207, 234, 0.38);
        transition: all 0.2s ease;
    }

    .testimonial-carousel__dot.is-active {
        width: 24px;
        background: linear-gradient(90deg, #4c77ff 0%, #2fd8ff 100%);
    }

    .faq-shell {
        padding: 24px 16px;
        border-radius: 30px;
    }

    .faq__heading h2 {
        font-size: 20px;
        line-height: 1.4;
    }

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

    .faq-item {
        padding: 10px 0 10px 0;
    }

    .faq-item summary {
        padding-right: 20px;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500;
    }

    .faq-item summary::after {
        width: 20px;
        height: 20px;
    }

    .faq-item p {
        margin: 12px 12px 0 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .pain-points {
        padding: 0 0 2.4rem;
    }

    .pain-points__layout {
        gap: 2rem;
    }

    .pain-points__copy {
        text-align: left;
    }

    .pain-points__title {
        font-size: 20px;
        text-align: center;
    }

    .pain-points__intro {
        margin-top: 0.8rem;
        margin-inline: 0;
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }

    .pain-points__list {
        margin-top: 1.35rem;
        gap: 8px;
    }

    .pain-points__item {
        min-height: 72px;
        padding: 12px;
        gap: 12px;
    }

    .pain-points__number {
        font-size: 24px;
        min-width: 48px;
    }

    .pain-points__text {
        font-size: 16px;
        line-height: 1.4;
    }

    .pain-points__orbit {
        padding: 50px;
    }

    .pain-points__ring {
        padding: 0px;
    }

    .pain-points__image-wrap img {
        width: 240px;
    }

    .pain-points__dot {
        inset: 0;
    }

    .pain-points__dot::before {
        top: -4px;
        width: 8px;
        box-shadow: 0 0 0 2.4px rgba(13, 117, 198, 0.5);
    }

    .band-callout__box {
        padding: 42px 20px;
        background: url("../images/20260421_band_callout_mobile.png") center / 100% no-repeat;
        border-radius: 40px;
    }

    .band-callout__title {
        font-size: 18px;
        line-height: 1.3;
    }

    .band-callout__desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .band-callout__cta {
        margin-top: 28px;
        font-size: 14px;
        padding: 11px 40px;
        min-height: 39px;
    }

    .consult-modal {
        padding: 16px;
    }

    .consult-modal__body {
        padding: 28px 20px 24px;
        border-radius: 18px;
    }

    .consult-modal__title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .consult-modal__close {
        transform: translate(20%, -30%);
        width: 36px;
        height: 36px;
    }

    .consult-form__input {
        height: 42px;
        font-size: 14px;
    }

    .consult-form__submit {
        font-size: 16px;
        height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero__intro {
        transform: none;
        will-change: auto;
    }
}

figure {
    margin: 0;
    padding: 0;
}

.tg_support_dkdv_h_2023 .wrap_tgsp_dkdv_h {
    margin: 0 !important;
}

.tg_footer_2024 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tg_footer_2024 .container {
    max-width: 1326px;
}

.jconfirm {
    color: #000
}

.jconfirm .container {
    width: 400px;
}

.form-error {
    color: red;
    font-size: 14px;
    font-style: italic;
    margin: 4px 0 0 8px;
}
