.home-iphone-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.media-shell {
    position: relative;
    order: 0;
    min-height: 100svh;
    overflow: hidden;
    perspective: 2200px;
    perspective-origin: 50% 42%;
}
.site-header,
header.site-header {
    display: flex;
    opacity: 1;
    background: transparent;
}
.action {
    position: absolute;
    z-index: 3;
    bottom: clamp(28px, 6svh, 58px);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 0;
}
.menu-button.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 12px;
    font-size: 38px;
}
.menu-button.logo::before,
.menu-button.logo::after {
    display: none;
}
.menu-button.logo svg {
    position: relative;
    width: 46px;
    height: 46px;
    margin-top: 1px;
}
.hero-copy {
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: clamp(118px, 15svh, 170px);
    left: 16px;
    display: block;
    max-width: 620px;
    margin-inline: auto;
    text-align: center;
    transition: opacity var(--transition-base);
    pointer-events: none;
}
.hero-copy h1 {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    color: var(--text-primary);
    font-size: 22px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}
.hero-copy h1 span,
.hero-copy p span {
    display: block;
}
.hero-copy p {
    max-width: 540px;
    margin: 18px auto 0;
    color: var(--text-tertiary);
    font-size: 18px;
    line-height: 1.42;
    font-weight: 450;
}
.home-iphone {
    --home-iphone-scale: clamp(0.55, calc(75svh / 760px), 1.76);
    --home-iphone-blue: #1688f4;
    --home-iphone-bot-bg: var(--text-link-rgb-4);
    position: absolute;
    z-index: 1;
    top: 32%;
    left: 50%;
    width: 520px;
    height: 760px;
    transform: translate(-53%, -55%) scale(var(--home-iphone-scale));
    transform-origin: center center;
    transform-style: preserve-3d;
    transition:
        opacity var(--transition-base),
        transform var(--transition-base);
    will-change: transform, opacity;
}
.home-iphone-screen {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    background: var(--background-primary);
}
.home-iphone-messenger,
.home-iphone-site,
.home-iphone-logo-loop {
    position: absolute;
    inset: 0;
    background: var(--background-primary);
}
.home-iphone-messenger {
    z-index: 2;
    padding: 8px;
    opacity: 1;
    transition:
        opacity 0.42s ease,
        transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.home-iphone-site {
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    scrollbar-width: none;
    transform: translateX(36px) scale(0.985);
    transition:
        opacity 0.42s ease,
        transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
    -webkit-overflow-scrolling: touch;
    padding: 0;
}
.home-iphone-site::-webkit-scrollbar,
.home-iphone-media::-webkit-scrollbar {
    display: none;
}
.home-iphone-screen.site-is-open .home-iphone-messenger {
    opacity: 0;
    transform: translateX(-30px) scale(0.985);
    pointer-events: none;
}
.home-iphone-screen.site-is-open .home-iphone-site {
    z-index: 3;
    opacity: 1;
    transform: translateX(0) scale(1);
}
.home-iphone-top-badge,
.home-iphone-browser-pill {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 550;
    letter-spacing: 0.2px;
}
.home-iphone-top-badge {
    gap: 6px;
    padding: 7px 16px 7px 14px;
    border-radius: 18px;
    color: #fff;
    background: var(--home-iphone-blue);
}
.home-iphone-top-badge svg,
.home-iphone-input-bar button svg {
    width: 26px;
    height: 18px;
    fill: currentColor;
}
.home-iphone-browser-pill {
    position: sticky;
    z-index: 10;
    top: 8px;
    gap: 4px;
    margin-top: 8px;
    padding: 7px 16px 7px 14px;
    border-radius: 18px;
    color: var(--text-tertiary);
    background: var(--hover-soft);
    backdrop-filter: blur(44px);
}
.home-iphone-browser-pill svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}
.home-iphone-chat {
    position: absolute;
    top: 48px;
    right: 16px;
    bottom: 96px;
    left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    transition: bottom 0.18s ease;
}
.home-iphone-message,
.home-iphone-user-card,
.home-iphone-open-btn {
    max-width: 314px;
}
.home-iphone-message {
    width: fit-content;
    color: var(--text-primary);
    background: var(--home-iphone-bot-bg);
}
.home-iphone-user-message {
    margin-left: auto;
    padding: 10px 12px;
    border-radius: 16px 16px 4px 16px;
    color: var(--text-link);
    background: var(--hover-soft);
}
.home-iphone-bot-message {
    margin-right: auto;
}
.home-iphone-bot-header {
    display: flex;
    max-width: 249px;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 10px 14px 0;
    border-radius: 16px 16px 0 0;
    background: var(--home-iphone-bot-bg);
    width: 100%;
}
.home-iphone-bot-icon,
.home-iphone-bot-icon svg {
    width: 36px;
    height: 36px;
}
.home-iphone-bot-icon svg {
    fill: currentColor;
}
.home-iphone-bot-title {
    font-weight: 550;
    line-height: 1;
}
.home-iphone-bot-subtitle {
    margin-top: 2px;
    color: var(--text-tertiary);
    font-size: 10px;
    letter-spacing: 0.4px;
}
.home-iphone-text-message {
    max-width: 249px;
    padding: 0 12px 12px 10px;
    border-radius: 0 0 16px 16px;
    background: var(--home-iphone-bot-bg);
    width: 100%;
    max-width: 249px;
}
.home-iphone-user-card {
    margin: 12px 0 0 auto;
}
.home-iphone-user-card .home-iphone-user-text {
    padding: 6px 10px 8px;
    border-radius: 16px 16px 6px 6px;
    color: var(--text-primary);
    background: var(--hover-soft);
    font-size: 16px;
    line-height: 1.5;
}
.home-iphone-image-card {
    position: relative;
    display: flex;
    height: 316px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    overflow: hidden;
    border-radius: 6px 6px 16px 16px;
    background: var(--hover-soft);
}
.home-iphone-image-card img {
    width: 260px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.home-iphone-image-card .more {
    position: absolute;
    top: 6px;
    right: 8px;
    color: rgb(var(--black-rgb) / 35%);
    font-weight: 550;
}
.home-iphone-result-message {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 16px 16px 6px 6px;
    background: var(--home-iphone-bot-bg);
}
.home-iphone-result-message a {
    color: var(--text-link);
    text-decoration: none;
}
.home-iphone-open-btn {
    position: relative;
    width: 314px;
    margin-top: 4px;
    padding: 14px 12px;
    border: 0;
    border-radius: 6px 6px 16px 16px;
    color: var(--text-tertiary);
    background: var(--text-link-rgb-10);
    font: inherit;
    font-size: 16px;
    cursor: pointer;
    transition:
        transform 0.14s ease,
        box-shadow 0.14s ease;
}
.home-iphone-open-btn svg {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    fill: currentColor;
    opacity: 0.5;
}
.home-iphone-open-btn.is-pressed {
    transform: scale(0.92);
    box-shadow: inset 0 0 0 999px rgb(var(--black-rgb) / 8%);
}
.home-iphone-input-bar {
    position: absolute;
    right: 32px;
    bottom: 32px;
    left: 32px;
    z-index: 10;
    display: flex;
    min-height: 52px;
    max-height: 154px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 6px 6px 18px;
    border-radius: 26px;
    background: var(--border-soft);
    box-shadow: 0 4px 24px rgb(var(--black-rgb) / 12%);
}
.home-iphone-input-bar span {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--text-tertiary);
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.28;
}
.home-iphone-input-bar.is-typing span {
    color: var(--text-primary);
}
.home-iphone-input-bar.is-typing span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    margin-left: 2px;
    background: var(--home-iphone-blue);
    vertical-align: -3px;
    animation: home-iphone-caret 0.85s steps(1) infinite;
}
.home-iphone-input-bar button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--home-iphone-blue);
}
.home-iphone-input-bar button:active,
.home-iphone-input-bar button.is-pressed {
    transform: scale(0.92);
    box-shadow: inset 0 0 0 999px rgb(var(--black-rgb) / 8%);
}
.home-iphone-message,
.home-iphone-user-card,
.home-iphone-open-btn {
    animation: home-iphone-message-enter 0.34s cubic-bezier(0.2, 0.8, 0.2, 1)
        both;
}
.home-iphone-media {
    display: flex;
    width: 100%;
    max-width: var(--page-width);
    height: 60svh;
    align-items: center;
    gap: 0;
    margin-inline: auto;
    padding: 0 0 24px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.home-iphone-media-item {
    display: flex;
    flex: 0 0 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.home-iphone-media-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 24px;
}
.home-iphone-media-progress {
    position: relative;
    width: 110px;
    height: 4px;
    margin: 24px auto 34px;
    overflow: hidden;
    border-radius: 999px;
    background: rgb(var(--black-rgb) / 12%);
}
.home-iphone-media-progress span {
    display: block;
    width: 34%;
    height: 100%;
    border-radius: inherit;
    background: rgb(var(--black-rgb) / 30%);
    transform: translateX(var(--home-iphone-progress-x, 0%));
    transition: transform 0.18s ease;
}
.home-iphone-content {
    width: 100%;
    max-width: var(--page-width);
    margin: 32px auto 0;
    padding: 0 24px 32px;
}
.home-iphone-content h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
}
.home-iphone-price {
    max-width: 15ch;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.home-iphone-short-description {
    padding-top: 24px;
}
.home-iphone-content h3 {
    margin: 0 0 8px;
    padding-top: 32px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}
.home-iphone-content p {
    margin: 0 0 12px;
    color: var(--text-tertiary);
    font-size: 15px;
    line-height: 1.55;
}
.home-iphone-cta {
    position: sticky;
    z-index: 30;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    min-width: 48%;
    min-height: var(--control-height);
    align-items: center;
    justify-content: center;
    margin: 44px auto 0;
    padding: 8px 12px;
    border: 1px solid var(--text-link);
    border-radius: var(--radius-button);
    color: var(--background-primary);
    background: var(--text-link);
    font: inherit;
    cursor: pointer;
}
.home-iphone-cta.is-pressed {
    transform: translateX(-50%) scale(0.92);
    box-shadow: inset 0 0 0 999px rgb(var(--black-rgb) / 10%);
}
.home-iphone-logo-loop {
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.01);
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s linear 0.55s;
}
.home-iphone-logo-loop.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s;
}
.home-iphone-logo-loop.is-hiding {
    opacity: 0;
    transform: scale(0.985);
}
.home-iphone-logo-loop.is-instant {
    transition: none;
}
.home-iphone-taply-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 12px;
    color: var(--text-primary);
    font-size: 38px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.04em;
}
.home-iphone-taply-logo svg {
    position: relative;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    margin-top: 1px;
}
.home-iphone-taply-logo .site-name {
    display: inline-block;
    transform: none;
}
.home-iphone-site.contact-open {
    overflow: hidden;
}
.home-iphone-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 85;
    border-radius: inherit;
    background: rgb(var(--white-rgb) / 0%);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.035);
    transition:
        opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        backdrop-filter 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        -webkit-backdrop-filter 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(0) saturate(100%);
    -webkit-backdrop-filter: blur(0) saturate(100%);
}
.home-iphone-screen.apple-reset-transition::after {
    opacity: 1;
    background: rgb(var(--white-rgb) / 82%);
    transform: scale(1);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
}
.home-iphone-upload-preview {
    position: absolute;
    right: 38px;
    z-index: 9;
    width: 146px;
    height: 112px;
    opacity: 0;
    transform: translateY(18px) scale(0.82);
    transform-origin: 70% 100%;
    transition: bottom 0.18s ease;
    animation: home-iphone-upload-preview-in 0.58s
        cubic-bezier(0.18, 0.9, 0.2, 1.12) forwards;
}
.home-iphone-upload-thumb {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    opacity: 0;
    background: var(--background-primary);
    box-shadow: 0 10px 24px rgb(var(--black-rgb) / 12%);
    transform-origin: center bottom;
}
.home-iphone-upload-thumb img {
    width: auto;
    max-width: 78%;
    height: auto;
    max-height: 78%;
}
.home-iphone-upload-thumb--1 {
    bottom: 8px;
    left: 2px;
    z-index: 1;
    width: 58px;
    height: 72px;
    animation: home-iphone-fan-back 0.46s cubic-bezier(0.2, 0.82, 0.2, 1) 0.02s
        forwards;
}
.home-iphone-upload-thumb--2 {
    bottom: 6px;
    left: 28px;
    z-index: 2;
    width: 68px;
    height: 84px;
    animation: home-iphone-fan-middle 0.48s cubic-bezier(0.2, 0.82, 0.2, 1)
        0.12s forwards;
}
.home-iphone-upload-thumb--3 {
    right: 10px;
    bottom: 0;
    z-index: 3;
    width: 82px;
    height: 100px;
    animation: home-iphone-fan-front 0.52s cubic-bezier(0.2, 0.82, 0.2, 1) 0.2s
        forwards;
}
.home-iphone-upload-preview.upload-sent {
    animation: home-iphone-upload-preview-out 0.18s ease forwards;
}
[data-main-cta] > span:first-child,
body.qr-open [data-main-cta] > span:last-child {
    display: block;
}
[data-main-cta] > span:last-child,
body.qr-open [data-main-cta] > span:first-child {
    display: none;
}
.about-arrow {
    position: relative;
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 0;
    border-radius: 50%;
    color: var(--icon-tertiary);
    background: transparent;
    cursor: pointer;
    transition: opacity var(--transition-base);
}
.about-arrow::before,
.about-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
}
.about-arrow::before {
    left: 14px;
    transform: translateY(-50%) rotate(45deg);
}
.about-arrow::after {
    right: 14px;
    transform: translateY(-50%) rotate(-45deg);
}
.about-arrow:hover {
    color: var(--text-primary);
}
.qr-wrap {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    display: flex;
    width: min(100%, 360px);
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, -50%, 0) scale(0.9);
    transition:
        transform var(--transition-base),
        opacity var(--transition-base);
    backface-visibility: hidden;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
}
body.qr-open {
    overflow: hidden;
}
body.qr-open .qr-wrap {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
body.qr-open .about-arrow,
body.qr-open .hero-copy {
    opacity: 0;
}
p#qr-title {
    color: var(--text-tertiary);
}
.qr-code {
    position: relative;
    width: 280px;
    height: 280px;
}
#canvasQR,
#canvasQR svg {
    display: block;
    width: 280px;
    height: 280px;
}
.qr-logo-animated {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-image: url("/assets/telegram-animated.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 51px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
body.qr-open .qr-logo-animated {
    animation: telegram-logo-frames 0.75s steps(30) 1 both;
}
@keyframes telegram-logo-frames {
    to {
        background-position-x: -1530px;
    }
}
@keyframes home-iphone-message-enter {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes home-iphone-caret {
    0%,
    49% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}
@keyframes home-iphone-upload-preview-in {
    70% {
        opacity: 1;
        transform: translateY(-4px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes home-iphone-upload-preview-out {
    to {
        opacity: 0;
        transform: translateY(8px) scale(0.86);
    }
}
@keyframes home-iphone-fan-back {
    from {
        transform: translateY(14px) rotate(-17deg) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(-15deg) scale(1);
    }
}
@keyframes home-iphone-fan-middle {
    from {
        transform: translateY(15px) rotate(-7deg) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(-6deg) scale(1);
    }
}
@keyframes home-iphone-fan-front {
    from {
        transform: translateY(16px) rotate(8deg) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(9deg) scale(1);
    }
}
@media (prefers-reduced-motion: reduce) {
    .home-iphone-device {
        animation: none;
    }
    body.qr-open .qr-logo-animated {
        animation: none;
        background-position-x: -1530px;
    }
}
.home-iphone-scene {
    width: 520px;
    height: 760px;
    perspective: 1600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-iphone-device {
    inset: auto;
    width: 296px;
    height: 619px;
    filter: none;
    transform-style: preserve-3d;
}
.home-iphone-device > *,
.home-iphone-device #screen-structure > *,
.home-iphone-device #top-structure > *,
.home-iphone-device #main-structure > *,
.home-iphone-device #bottom-structure > *,
.home-iphone-device .top > *,
.home-iphone-device .bottom > *,
.home-iphone-device .left > *,
.home-iphone-device .right > *,
.home-iphone-device #painted-front,
.home-iphone-device #painted-top,
.home-iphone-device #painted-bottom,
.home-iphone-device #painted-left,
.home-iphone-device #painted-right,
.home-iphone-device #screen {
    position: absolute;
    transform-origin: 0 0 0;
}

.home-iphone-device {
    animation: phoneIntro 2.6s cubic-bezier(0.65, 0, 0.25, 1) forwards;
    transform-origin: center center;
    will-change: transform;
    transform: translate3d(65%, 100%, 0) rotateX(20deg) rotateY(55deg)
        rotateZ(12deg) scale3d(0.8, 0.8, 0.4);
}

@keyframes phoneIntro {
    0% {
        transform: translate3d(65%, 100%, 0) rotateX(20deg) rotateY(55deg)
            rotateZ(12deg) scale3d(0.8, 0.8, 0.4);
    }

    100% {
        transform: translate3d(0%, 15%, 0) rotateX(0deg) rotateY(0deg)
            rotateZ(0deg) scale3d(1, 1, 1);
    }
}

#main-structure {
    inset: auto;
    width: 296px;
    height: 619px;
    transform-style: preserve-3d;
}
.home-iphone-device .front,
.home-iphone-device .back {
    inset: 0;
    border-radius: 40.4px/44.9px;
}
.home-iphone-device .front {
    background: linear-gradient(
        to bottom,
        #f4f4f4 0%,
        #e0e0e0 5%,
        #d1d1cf 95%,
        #ffffff 100%
    );
}
#main-structure .front {
    background: linear-gradient(
        to bottom,
        #dedede 0%,
        #c9c9c9 8%,
        #9c9c9c 92%,
        #c0c0c0 100%
    );
    backface-visibility: hidden;
}
.home-iphone-device .back {
    background: linear-gradient(
        to bottom,
        #f8f8f8 0%,
        #f7f7f7 9%,
        #e4e4e4 9%,
        #cbcbcb 91%,
        #fafafa 91%,
        #f7f7f7 100%
    );
    transform: translateZ(-28.3px);
}
#main-structure .back {
    background: linear-gradient(
        to bottom,
        #dedede 0%,
        #c9c9c9 8%,
        #9c9c9c 92%,
        #c0c0c0 100%
    );
}
.home-iphone-device .top,
.home-iphone-device .bottom {
    top: auto;
    left: 40.4px;
    right: 40.4px;
    width: auto;
    height: 28.3px;
    background: linear-gradient(
        to right,
        #e8eae9 0%,
        #d4d6d5 50%,
        #e8eae9 100%
    );
    transform: rotateX(-90deg);
    transform-style: preserve-3d;
    z-index: 2;
}
.home-iphone-device .bottom {
    bottom: -28.3px;
    background: linear-gradient(
        to right,
        #eff1f0 0%,
        #d6d8d7 50%,
        #eff1f0 100%
    );
}
.home-iphone-device .left,
.home-iphone-device .right {
    top: 44.9px;
    bottom: 44.9px;
    left: auto;
    width: 28.3px;
    height: auto;
    background: linear-gradient(
        to bottom,
        #c8c8c8 0%,
        #e4e4e4 50%,
        #b3b3b3 100%
    );
    transform: rotateY(90deg);
    transform-style: preserve-3d;
    z-index: 2;
}
.home-iphone-device .right {
    right: -28.3px;
    background: linear-gradient(
        to bottom,
        #cbcbcb 0%,
        #e5e5e5 50%,
        #b6b6b6 100%
    );
}
#top-structure,
#bottom-structure {
    inset: auto;
    top: 3px;
    left: 3px;
    width: 290px;
    height: 613px;
    transform: translateZ(4px);
    transform-style: preserve-3d;
}
#bottom-structure {
    transform: translate3D(290px, 0, -31.9px) rotateX(180deg) rotateZ(180deg);
    z-index: 1;
}
#bottom-structure .front {
    opacity: 1;
    background: linear-gradient(
        to bottom,
        #f8f8f8 0%,
        #f7f7f7 10.2%,
        #e4e4e4 10.2%,
        #cbcbcb 91%,
        #fafafa 91%,
        #f7f7f7 100%
    );
}
.home-iphone-device .bottom::before,
.home-iphone-device .top::before,
.home-iphone-device .bottom::after,
.home-iphone-device .top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16.7px;
    width: 16.7px;
    background: #eff1f0;
    transform-origin: 100% 0 0;
    transform: rotateY(-11.25deg);
    transform-style: preserve-3d;
}
.home-iphone-device .bottom::after,
.home-iphone-device .top::after {
    left: auto;
    right: -16.7px;
    transform-origin: 0 0 0;
    transform: rotateY(11.25deg);
}
.home-iphone-device .angle-right,
.home-iphone-device .angle-left {
    top: 0;
    bottom: 0;
    right: -32.4px;
    left: auto;
    width: 16.7px;
    background: linear-gradient(to right, #eff1f0 0%, #f8f8f8 100%);
    transform: translateZ(-3.2px) rotateY(36.5deg);
    transform-style: preserve-3d;
}
.home-iphone-device .angle-left {
    left: -32.4px;
    right: auto;
    background: linear-gradient(to right, #f8f8f8 0%, #eff1f0 100%);
    transform-origin: 16.7px 0 0;
    transform: translateZ(-3.2px) rotateY(-36.5deg);
}
.home-iphone-device .angle-right::before,
.home-iphone-device .angle-right::after,
.home-iphone-device .angle-left::before,
.home-iphone-device .angle-left::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    width: 16.7px;
    background: linear-gradient(to right, #f8f8f8 0%, #dbdbdb 100%);
    transform-origin: 0 0 0;
    transform: rotateY(22.5deg);
}
.home-iphone-device .angle-right::after {
    right: -33.4px;
    width: 18.7px;
    background: linear-gradient(to right, #dbdbdb 0%, #b6b6b6 100%);
    transform: translateZ(-6.1px) rotateY(42deg);
}
.home-iphone-device .angle-left::before {
    left: -16px;
    right: auto;
    background: linear-gradient(to right, #bfbfbf 0%, #f8f8f8 100%);
    transform-origin: 16.7px 0 0;
    transform: rotateY(-22.5deg);
}
.home-iphone-device .angle-left::after {
    left: -34.4px;
    right: auto;
    width: 19.7px;
    background: linear-gradient(to right, #b3b3b3 0%, #bfbfbf 100%);
    transform-origin: 19.7px 0 0;
    transform: translateZ(-6.1px) rotateY(-43deg);
}
.home-iphone-device .top::before,
.home-iphone-device .top::after {
    background: #e8eae9;
    transform: rotateY(11.25deg);
}
.home-iphone-device .top::after {
    transform: rotateY(-11.25deg);
}
.home-iphone-device .top .angle-right {
    background: linear-gradient(to right, #e8eae9 0%, #f8f8f8 100%);
    transform: translateZ(3.2px) rotateY(-36.5deg);
}
.home-iphone-device .top .angle-left {
    background: linear-gradient(to right, #f8f8f8 0%, #e8eae9 100%);
    transform: translateZ(3.2px) rotateY(36.5deg);
}
.home-iphone-device .top .angle-right::before {
    background: linear-gradient(to right, #f8f8f8 0%, #cbcbcb 100%);
    transform: rotateY(-22.5deg);
}
.home-iphone-device .top .angle-right::after {
    background: #cbcbcb;
    transform: translateZ(6.1px) rotateY(-42deg);
}
.home-iphone-device .top .angle-left::before {
    background: linear-gradient(to right, #c8c8c8 0%, #f8f8f8 100%);
    transform: rotateY(22.5deg);
}
.home-iphone-device .top .angle-left::after {
    background: #c8c8c8;
    transform: translateZ(6.1px) rotateY(43deg);
}
#screen-structure {
    inset: auto;
    top: 2px;
    left: 5px;
    width: 286px;
    height: 610px;
    transform: translateZ(7.2px);
    transform-style: preserve-3d;
    z-index: 2;
}
#screen-structure .back {
    background: #e3e3e3;
    transform: translateZ(-2.7px);
}
#screen-structure .top,
#screen-structure .bottom {
    height: 2.7px;
}
#screen-structure .bottom {
    bottom: -2.7px;
}
#screen-structure .left,
#screen-structure .right {
    width: 2.7px;
}
#screen-structure .right {
    right: -2.7px;
}
#screen-structure .front {
    border: 2px solid #e3e3e3;
    box-shadow: inset 0 0 0 1px #fff;
    background: linear-gradient(to bottom, #fcfcfc 0%, #f7f7f7 100%);
}
#screen-structure .top,
#screen-structure .right,
#screen-structure .bottom,
#screen-structure .left,
#screen-structure .top .angle-left,
#screen-structure .bottom .angle-left,
#screen-structure .angle-right,
#screen-structure .bottom::before,
#screen-structure .bottom::after,
#screen-structure .top::before,
#screen-structure .top::after,
#screen-structure .angle-right::before,
#screen-structure .angle-right::after,
#screen-structure .angle-left::before,
#screen-structure .angle-left::after {
    background: #e3e3e3;
}
#top-structure .right,
#bottom-structure .right {
    right: -5px;
    width: 5px;
    background: linear-gradient(
        to bottom,
        #c9c9c9 0%,
        #f5f5f5 20%,
        #f5f5f5 80%,
        #9c9c9c 100%
    );
    transform: rotateY(45deg);
}
#top-structure .left,
#bottom-structure .left {
    width: 5px;
    background: linear-gradient(
        to bottom,
        #c9c9c9 0%,
        #f5f5f5 20%,
        #f5f5f5 80%,
        #9c9c9c 100%
    );
    transform: rotateY(135deg);
}
#top-structure .bottom,
#bottom-structure .bottom {
    bottom: -5px;
    height: 5px;
    background: linear-gradient(
        to right,
        #c0c0c0 0%,
        #818181 20%,
        #818181 80%,
        #c0c0c0 100%
    );
    transform: rotateX(-45deg);
}
#top-structure .top,
#bottom-structure .top {
    height: 5px;
    background: linear-gradient(
        to right,
        #dedede 0%,
        #d0d0d0 20%,
        #d0d0d0 80%,
        #dedede 100%
    );
    transform: rotateX(-135deg);
}
#top-structure .bottom::before,
#bottom-structure .bottom::before,
#top-structure .bottom::after,
#bottom-structure .bottom::after,
#top-structure .top::before,
#bottom-structure .top::before,
#top-structure .top::after,
#bottom-structure .top::after {
    width: 29px;
    left: -29px;
    background: #c0c0c0;
    transform: rotateY(-13.25deg) rotateZ(13.25deg);
}
#top-structure .bottom::after,
#bottom-structure .bottom::after,
#top-structure .top::after,
#bottom-structure .top::after {
    left: auto;
    right: -29px;
    transform: rotateY(13.25deg) rotateZ(-13.25deg);
}
#top-structure .top::before,
#bottom-structure .top::before,
#top-structure .top::after,
#bottom-structure .top::after {
    background: #dedede;
    transform: rotateY(13.25deg) rotateZ(13.25deg);
}
#top-structure .top::after,
#bottom-structure .top::after {
    transform: rotateY(-13.25deg) rotateZ(-13.25deg);
}
#top-structure .bottom .angle-right-45,
#bottom-structure .bottom .angle-right-45,
#top-structure .top .angle-right-45,
#bottom-structure .top .angle-right-45,
#top-structure .bottom .angle-left-45,
#bottom-structure .bottom .angle-left-45,
#top-structure .top .angle-left-45,
#bottom-structure .top .angle-left-45 {
    top: 0;
    bottom: 0;
    width: 40px;
    right: -62px;
    background: linear-gradient(to right, #c0c0c0 0%, #9c9c9c 100%);
    transform: rotateY(60deg) rotateZ(-41deg) translateX(10px);
}
#top-structure .top .angle-right-45,
#bottom-structure .top .angle-right-45 {
    background: linear-gradient(to right, #dedede 0%, #c9c9c9 100%);
    transform: rotateY(-60deg) rotateZ(-41deg) translateX(10px);
}
#top-structure .bottom .angle-left-45,
#bottom-structure .bottom .angle-left-45,
#top-structure .top .angle-left-45,
#bottom-structure .top .angle-left-45 {
    left: -62px;
    right: auto;
    background: linear-gradient(to right, #9c9c9c 0%, #c0c0c0 100%);
    transform-origin: 100% 0 0;
    transform: rotateY(-60deg) rotateZ(41deg) translateX(-10px);
}
#top-structure .top .angle-left-45,
#bottom-structure .top .angle-left-45 {
    background: linear-gradient(to right, #c9c9c9 0%, #dedede 100%);
    transform: rotateY(60deg) rotateZ(41deg) translateX(-10px);
}
.home-iphone-device .join {
    bottom: 13px;
    left: -1px;
    right: -1px;
    height: 4.5px;
    background: #e1e1e1;
    transform: translateZ(0.8px);
    transform-style: preserve-3d;
}
.home-iphone-device .join + .join {
    top: 13px;
}
.home-iphone-device .join::before,
.home-iphone-device .join::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    width: 5px;
    background: #232323;
    transform-origin: 0 0 0;
    transform: rotateY(45deg);
}
.home-iphone-device .join::after {
    left: -5px;
    right: auto;
    background: #f6f6f6;
    transform-origin: 100% 0 0;
    transform: rotateY(-45deg);
}
.home-iphone-device .left .join {
    transform: translateZ(-0.8px);
}
.home-iphone-device .left .join::before {
    transform: rotateY(-45deg);
}
.home-iphone-device .left .join::after {
    transform: rotateY(45deg);
}
#painted-top,
#painted-bottom,
#painted-front,
#painted-right,
#painted-left {
    inset: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
}
#painted-top,
#painted-left {
    transform-style: preserve-3d;
}
#painted-bottom {
    transform: translateZ(0.5px);
}
#painted-left {
    transform: translateZ(-1.9px);
}
#painted-right,
#painted-left {
    top: 17.5px;
    bottom: 17.5px;
}
#screen {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 287.3px;
    height: calc(100% + 4px);
    margin-left: -143.2px;
    border: 7.6px solid #292929;
    border-radius: 38px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0 1px #fff;
    transform: none;
}
#screen > .home-iphone-screen {
    inset: 0;
    border-radius: 30px;
    background: var(--background-primary);
}
#main-structure,
.home-iphone-device .left,
.home-iphone-device .angle-right,
.home-iphone-device .angle-left {
    z-index: 1;
}
#top-structure,
.home-iphone-device .angle-right,
.home-iphone-device .angle-left,
.home-iphone-device .angle-right::before,
.home-iphone-device .angle-left::before,
.home-iphone-device .angle-right::after,
.home-iphone-device .angle-left::after,
#screen-structure {
    z-index: 2;
}
a.button-qr-code {
    padding: 16px;
    border-radius: 46px;
}
a.button-qr-code:hover {
    background: var(--hover-soft);
    text-decoration: none;
}
.button-qr-code > div + p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
}
.button-qr-code > div + p span:nth-child(2) {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--icon-tertiary);
    font-size: 14px;
    font-style: italic;
}
.button-qr-code > div + p span:nth-child(2)::before,
.button-qr-code > div + p span:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 1px;
    margin-top: 1px;
    background: var(--border-soft);
}
.button-qr-code > div + p span:nth-child(2)::before {
    margin-left: -82px;
}
.button-qr-code > div + p span:nth-child(2)::after {
    margin-left: 82px;
}
a.button-qr-code > div + p span:nth-child(3) {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
}
a.button-qr-code:hover > div + p span:nth-child(3) {
    color: var(--text-link);
    text-decoration: underline;
}
section.content-section {
    display: flex;
    min-height: calc(100svh - 154px);
    flex-direction: column;
    justify-content: center;
    padding-bottom: 62px;
}
.taply-benefits {
    list-style: none;
}
.taply-benefits li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--icon-tertiary);
    vertical-align: middle;
}
p + ul {
    margin-top: 0;
}
body.qr-open section.content-section,
body.qr-open footer {
    display: none;
}
header.site-header {
    position: fixed;
    top: -5%;
    left: -5%;
    display: flex;
    width: 110%;
    height: 110%;
    justify-content: center;
    background: var(--overlay);
    backdrop-filter: blur(24px);
    transform: scale(1);
    transition:
        transform var(--transition-base),
        opacity var(--transition-base);
    display: none;
}
header.site-header.hide-preloader {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
}
.cta-button {
    min-width: auto;
}
@media (min-width: 1024px) {
    .hero-copy {
        bottom: clamp(126px, 15svh, 190px);
    }
}
body.qr-open .home-iphone {
    opacity: 0;
    pointer-events: none;
    transform: translate(-53%, -55%) scale(calc(var(--home-iphone-scale) * 0.9));
}
#screen .home-iphone-top-badge,
#screen .home-iphone-browser-pill {
    font-size: 9px;
    letter-spacing: 0.15px;
}
#screen .home-iphone-top-badge {
    gap: 4px;
    padding: 5px 11px 5px 10px;
    border-radius: 14px;
}
#screen .home-iphone-top-badge svg,
#screen .home-iphone-input-bar button svg {
    width: 18px;
    height: 13px;
}
#screen .home-iphone-browser-pill {
    top: 6px;
    gap: 3px;
    margin-top: 6px;
    padding: 5px 11px 5px 10px;
    border-radius: 14px;
}
#screen .home-iphone-browser-pill svg {
    width: 9px;
    height: 9px;
}
#screen .home-iphone-messenger {
    padding: 7px;
}
#screen .home-iphone-chat {
    top: 39px;
    right: 12px;
    left: 12px;
}
#screen .home-iphone-message,
#screen .home-iphone-user-card,
#screen .home-iphone-open-btn {
    max-width: 218px;
    font-size: 11px;
    line-height: 1.34;
}
#screen .home-iphone-user-message {
    padding: 7px 9px;
    border-radius: 12px 12px 4px 12px;
}
#screen .home-iphone-bot-header {
    max-width: 188px;
    gap: 5px;
    margin-top: 8px;
    padding: 7px 9px 0;
    border-radius: 12px 12px 0 0;
}
#screen .home-iphone-bot-icon,
#screen .home-iphone-bot-icon svg {
    width: 25px;
    height: 25px;
}
#screen .home-iphone-bot-title {
    font-size: 11px;
}
#screen .home-iphone-bot-subtitle {
    margin-top: 1px;
    font-size: 7px;
    letter-spacing: 0.25px;
}
#screen .home-iphone-text-message {
    max-width: 188px;
    padding: 0 9px 9px 8px;
    border-radius: 0 0 12px 12px;
    font-size: 11px;
    line-height: 1.34;
}
#screen .home-iphone-user-card {
    margin-top: 8px;
}
#screen .home-iphone-user-card .home-iphone-user-text {
    padding: 5px 8px 6px;
    border-radius: 12px 12px 5px 5px;
    font-size: 11px;
    line-height: 1.38;
}
#screen .home-iphone-image-card {
    height: 188px;
    margin-top: 3px;
    border-radius: 5px 5px 12px 12px;
}
#screen .home-iphone-image-card img {
    width: 175px;
}
#screen .home-iphone-image-card .more {
    top: 4px;
    right: 6px;
    font-size: 10px;
}
#screen .home-iphone-result-message {
    margin-top: 8px;
    padding: 7px 9px;
    border-radius: 12px 12px 5px 5px;
}
#screen .home-iphone-open-btn {
    width: 218px;
    margin-top: 3px;
    padding: 10px 9px;
    border-radius: 5px 5px 12px 12px;
}
#screen .home-iphone-open-btn svg {
    top: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
}
#screen .home-iphone-input-bar {
    right: 18px;
    bottom: 20px;
    left: 18px;
    min-height: 39px;
    max-height: 112px;
    gap: 7px;
    padding: 5px 5px 5px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgb(var(--black-rgb) / 10%);
}
#screen .home-iphone-input-bar span {
    font-size: 11px;
    line-height: 1.28;
}
#screen .home-iphone-input-bar.is-typing span::after {
    height: 13px;
    vertical-align: -2px;
}
#screen .home-iphone-input-bar button {
    width: 30px;
    height: 30px;
}
#screen .home-iphone-upload-preview {
    right: 24px;
    width: 106px;
    height: 82px;
}
#screen .home-iphone-upload-thumb {
    border-radius: 13px;
}
#screen .home-iphone-upload-thumb--1 {
    width: 42px;
    height: 52px;
}
#screen .home-iphone-upload-thumb--2 {
    left: 20px;
    width: 50px;
    height: 61px;
}
#screen .home-iphone-upload-thumb--3 {
    right: 7px;
    width: 60px;
    height: 73px;
}
#screen .home-iphone-media {
    height: 344px;
    padding-bottom: 14px;
}
#screen .home-iphone-media-progress {
    width: 82px;
    height: 3px;
    margin: 14px auto 21px;
}
#screen .home-iphone-content {
    margin-top: 20px;
    padding: 0 16px 24px;
}
#screen .home-iphone-content h2 {
    font-size: 15px;
    line-height: 1.25;
}
#screen .home-iphone-price {
    font-size: 13px;
}
#screen .home-iphone-short-description {
    padding-top: 15px;
}
#screen .home-iphone-content h3 {
    margin-bottom: 6px;
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.3;
}
#screen .home-iphone-content p {
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 1.45;
}
#screen .home-iphone-cta {
    bottom: 20px;
    min-height: 36px;
    margin-top: 28px;
    padding: 7px 10px;
    border-radius: 18px;
    font-size: 12px;
}
