.landing-shell {
    margin-top: -34px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(236, 206, 217, 0.55), transparent 28%),
        radial-gradient(circle at top right, rgba(220, 214, 238, 0.6), transparent 26%),
        linear-gradient(180deg, #fff6f7 0%, #f8eef3 520px, #fbf7f8 520px, #fbf7f8 100%);
}

.landing-wrap {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 72px;
}

.lp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
    min-height: min(100svh, 860px);
    padding: clamp(88px, 12vh, 112px) 0 36px;
    position: relative;
}

.lp-copy {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.lp-title {
    margin: 0 0 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.85rem, 6vw, 5rem);
    line-height: .94;
    letter-spacing: -0.07em;
}

.lp-title strong {
    color: #b8768f;
    font-weight: 800;
}

.lp-lead {
    margin: 0 0 32px;
    color: #64748b;
    line-height: 1.8;
    font-size: 1.15rem;
}

.lp-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lp-actions .btn {
    flex: 1;
    min-width: calc(33.333% - 8px);
    text-align: center;
    padding: 16px 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    min-height: 54px;
}

.lp-actions .btn svg {
    flex-shrink: 0;
}

.lp-ghost {
    color: var(--ink);
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(234, 217, 223, 1);
    box-shadow: var(--shadow-soft);
}

.lp-hero-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(234, 217, 223, 0.6);
}

.lp-trust-avatars {
    display: flex;
    margin-right: 8px;
}

.lp-trust-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #f0e5f6;
    margin-left: -12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: #a05f73;
    overflow: hidden;
}

.lp-trust-avatar:first-child {
    margin-left: 0;
}

.lp-trust-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-trust-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-trust-stars {
    color: #f59e0b;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.lp-trust-text {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

.lp-trust-text strong {
    color: #2b1d24;
    font-weight: 700;
}

.lp-hero-visual-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 750px;
    width: 150%;
    margin-left: -25%;
    overflow: visible;
}

.lp-hero-blob {
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(236, 206, 217, 0.45) 0%, transparent 60%);
    z-index: 0;
    top: -10%;
    left: -10%;
}

.lp-hero-cup {
    position: relative;
    z-index: 10;
    width: min(100%, 2080px);
    max-width: none;
    transform: translateX(50%) scale(2);
    filter: drop-shadow(0 40px 60px rgba(146, 103, 119, 0.35));
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    animation: floatImg 8s ease-in-out infinite;
}

@keyframes floatImg {
    0%, 100% { transform: translateX(50%) scale(2) translateY(0); }
    50% { transform: translateX(50%) scale(2) translateY(-15px); }
}

.lp-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(154, 117, 131, 0.12);
    z-index: 20;
}

.lp-badge-1 {
    top: 35%;
    right: 31%;
    animation: floatBadge 6s ease-in-out infinite;
}

.lp-badge-2 {
    top: 10%;
    left: 15%;
    animation: floatBadge 7s ease-in-out infinite alternate-reverse;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.lp-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f7dfe5 0%, #f0e5f6 100%);
    color: #a05f73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
}

.lp-badge-content {
    display: flex;
    flex-direction: column;
}

.lp-badge-content strong {
    color: #2b1d24;
    font-size: 1.1rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.lp-badge-content span {
    color: #64748b;
    font-size: 0.85rem;
}

.lp-feature-ribbon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(234, 217, 223, 0.6);
}

.lp-ribbon-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.lp-ribbon-content h4 {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #2b1d24;
}

.lp-ribbon-content p {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

.lp-section {
    padding-top: 84px;
}

.lp-demo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(249, 238, 242, 0.96) 100%);
    border: 1px solid rgba(237, 201, 213, 0.9);
    box-shadow: 0 20px 46px rgba(213, 142, 161, 0.1);
}

.lp-demo-copy h3 {
    margin: 0 0 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    letter-spacing: -0.05em;
}

.lp-demo-copy p {
    margin: 0;
    color: #7f6d77;
    line-height: 1.78;
}

.lp-demo-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.lp-demo-list li {
    position: relative;
    padding-left: 18px;
    color: #755f69;
    line-height: 1.6;
}

.lp-demo-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d58ea1;
}

.lp-demo-phone {
    position: relative;
    margin-left: auto;
    width: min(100%, 280px);
    padding: 10px;
    border-radius: 28px;
    background: linear-gradient(180deg, #2b1d24 0%, #171118 100%);
    box-shadow: 0 30px 54px rgba(52, 34, 42, 0.22);
    transition: box-shadow 0.3s ease;
}

.lp-demo-notch {
    width: 80px;
    height: 14px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
}

.lp-demo-screen {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 375 / 812;
    background: #081118;
    container-type: inline-size;
}

.lp-demo-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    height: 812px;
    border: none;
    transform-origin: top left;
    pointer-events: none;
}

.lp-demo-phone:hover {
    box-shadow: 0 30px 54px rgba(52, 34, 42, 0.32), 0 0 0 3px rgba(213, 142, 161, 0.3);
}



.lp-head {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.lp-head .section-title {
    font-size: clamp(2rem, 5vw, 3.6rem);
    margin-bottom: 12px;
}

.lp-starter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
    gap: 60px;
    align-items: center;
    padding: 50px 40px;
    border-radius: 34px;
    background: linear-gradient(180deg, #fffdfd 0%, #f9eef2 100%);
    border: 1px solid #edc9d5;
    box-shadow: 0 24px 54px rgba(213, 142, 161, 0.12);
}

.lp-starter-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lp-starter-header h3 {
    margin: 12px 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.2rem;
    letter-spacing: -0.05em;
    color: #2b1d24;
}

.lp-starter-pricing .lp-price {
    font-size: 3.2rem;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: #2b1d24;
}

.lp-starter-pricing .lp-meta {
    color: #64748b;
    font-size: 1.05rem;
}

.lp-starter-features strong {
    display: block;
    margin-bottom: 16px;
    font-size: 1.1rem;
    color: #2b1d24;
}

.lp-starter-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lp-starter-actions .btn {
    flex: 1;
    min-width: calc(50% - 6px);
    text-align: center;
    padding: 16px 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    min-height: 54px;
}

.lp-starter-visual {
    min-height: 400px;
    display: grid;
    place-items: center;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff8f9 0%, #f5e7ec 100%);
    border: 1px solid #f0dce3;
    position: relative;
}

.lp-starter-visual img {
    max-height: 380px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(146, 103, 119, 0.2));
}

/* 360 Cup Viewer */
.cup-360-viewer {
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.cup-360-hint {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(213, 142, 161, 0.3);
    border-radius: 999px;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(146, 103, 119, 0.15);
    z-index: 10;
    transition: opacity 0.4s ease;
    pointer-events: none;
    backdrop-filter: blur(8px);
}

.cup-360-hint svg {
    width: 20px;
    height: 20px;
    color: #d58ea1;
    animation: rotate360 3s linear infinite;
}

@keyframes rotate360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

#cup3DCanvas {
    width: 100%;
    max-width: 400px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    cursor: grab;
}

#cup3DCanvas:active {
    cursor: grabbing;
}

#cup3DCanvas canvas {
    display: block;
    border-radius: 20px;
}

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

.lp-offers {
    display: block;
}

.lp-offer {
    display: grid;
    gap: 16px;
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.lp-offer-media {
    min-height: 190px;
    display: grid;
    place-items: center;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff8f9 0%, #f9eef2 100%);
    border: 1px solid #f0dce3;
}

.lp-offer-media img {
    max-height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(146, 103, 119, 0.16));
}

.lp-mug {
    position: relative;
    width: 150px;
    height: 122px;
    border-radius: 18px 18px 28px 28px;
    background: linear-gradient(180deg, #fff 0%, #f6dfe6 100%);
    border: 1px solid #ebcfd8;
    box-shadow: 0 18px 28px rgba(146, 103, 119, 0.14);
}

.lp-mug::before {
    content: "";
    position: absolute;
    inset: 18px 22px 22px;
    border-radius: 14px 14px 22px 22px;
    background: linear-gradient(180deg, #d58ea1 0%, #c77990 100%);
}

.lp-mug::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 28px;
    width: 42px;
    height: 54px;
    border-radius: 0 24px 24px 0;
    border: 8px solid #ebcfd8;
    border-left: none;
    background: transparent;
}

.lp-offer.featured {
    background: linear-gradient(180deg, #fffdfd 0%, #f9eef2 100%);
    border-color: #edc9d5;
    box-shadow: 0 22px 50px rgba(213, 142, 161, 0.12);
}

.lp-offer h3 {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.45rem;
    letter-spacing: -0.04em;
}

.lp-price {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.lp-meta {
    color: #64748b;
    font-size: .94rem;
}

.lp-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
}

.lp-list li {
    position: relative;
    padding-left: 18px;
    line-height: 1.7;
    color: #475569;
}

.lp-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d58ea1;
}

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

.lp-step {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.lp-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-bottom: 14px;
    background: #f7dfe5;
    color: #a05f73;
    font-weight: 800;
}

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

.lp-benefit {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid #d9e2ef;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.lp-benefit:nth-child(1) { background: linear-gradient(180deg, #fff6f7 0%, #f8e6eb 100%); }
.lp-benefit:nth-child(2) { background: linear-gradient(180deg, #fcf4fb 0%, #f0e5f6 100%); }
.lp-benefit:nth-child(3) { background: linear-gradient(180deg, #f6fbfd 0%, #e6f0f5 100%); }

.lp-cta {
    margin-top: 84px;
    padding: 80px 0;
    background: linear-gradient(135deg, #f4dfe5 0%, #eadfed 100%);
    color: var(--ink);
    text-align: center;
}

.lp-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Footer */
.lp-footer {
    background: linear-gradient(180deg, #2b1d24 0%, #1a1118 100%);
    color: #d4c5cd;
    padding: 60px 0 0;
}

.lp-footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-footer-brand .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}

.lp-footer-brand .brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand) 0%, #c9aec7 100%);
    color: #fff;
    box-shadow: 0 8px 16px rgba(213, 142, 161, 0.3);
}

.lp-footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.lp-footer-col h4 {
    margin: 0 0 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lp-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lp-footer-col a {
    color: #b8a5b0;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.lp-footer-col a:hover {
    color: #d58ea1;
}

.lp-footer-bottom {
    padding: 24px 0;
    text-align: center;
}

.lp-footer-bottom p {
    margin: 0;
    color: #8f7a84;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .lp-footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .lp-footer-links {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Video Modal */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.video-modal-content {
    position: relative;
    width: min(1200px, calc(100% - 40px));
    max-width: 90vw;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.video-modal.active .video-modal-content {
    transform: scale(1);
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
    z-index: 10;
}

.video-modal-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Cookie Consent */
.cookie-consent {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 9998;
    padding: 20px;
    transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-consent.show {
    bottom: 20px;
}

.cookie-consent.hiding {
    bottom: -200px;
    transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(146, 103, 119, 0.08);
    color: #8f7a84;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: all 0.2s ease;
}

.cookie-close:hover {
    background: rgba(146, 103, 119, 0.18);
    color: #64748b;
    transform: rotate(90deg) translateY(0);
}

.cookie-consent-content {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ffffff 0%, #f9eef2 100%);
    border: 1px solid #edc9d5;
    border-radius: 20px;
    padding: 24px 28px;
    box-shadow: 0 20px 60px rgba(146, 103, 119, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-consent-text {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 300px;
}

.cookie-icon {
    font-size: 2rem;
    flex-shrink: 0;
    animation: cookieBounce 2s ease-in-out infinite;
}

@keyframes cookieBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.cookie-consent-text strong {
    display: block;
    margin-bottom: 4px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.05rem;
    color: #2b1d24;
}

.cookie-consent-text p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cookie-consent-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-size: 0.9rem;
    color: #64748b;
}

.cookie-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #d58ea1;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
}

.cookie-consent-actions .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
    border-radius: 12px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cookie-consent {
        padding: 16px;
    }
    
    .cookie-consent.show {
        bottom: 16px;
    }
    
    .cookie-consent-content {
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
    }
    
    .cookie-consent-text {
        min-width: auto;
    }
    
    .cookie-consent-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    
    .cookie-checkbox {
        order: -1;
        margin-bottom: 8px;
    }
    
    .cookie-buttons {
        width: 100%;
    }
    
    .cookie-buttons .btn {
        flex: 1;
    }
    
    .video-modal-content {
        width: calc(100% - 32px);
    }
    
    .video-modal-close {
        top: -60px;
        right: 50%;
        transform: translateX(50%);
    }
    
    .video-modal-close:hover {
        transform: translateX(50%) rotate(90deg);
    }
}


/* Mobile Styles */
@media (max-width: 900px) {
    .lp-hero {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
        padding: 60px 0 40px;
    }
    
    .lp-copy {
        max-width: 100%;
        z-index: 2;
        position: relative;
    }
    
    .lp-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }
    
    .lp-hero-visual-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        min-height: 100%;
        opacity: 0.15;
        z-index: 1;
        pointer-events: none;
        margin-left: 0;
    }
    
    .lp-hero-cup {
        width: min(100%, 520px);
        opacity: 0.8;
        transform: translateX(0) scale(1);
        animation: floatImgMobile 8s ease-in-out infinite;
    }
    
    @keyframes floatImgMobile {
        0%, 100% { transform: translateX(0) scale(1) translateY(0); }
        50% { transform: translateX(0) scale(1) translateY(-15px); }
    }
    
    .lp-badge {
        display: none;
    }
    
    .lp-feature-ribbon {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 32px 0;
    }
    
    .lp-ribbon-item {
        background: white;
        padding: 20px;
        border-radius: 16px;
        border: 1px solid rgba(234, 217, 223, 0.6);
        box-shadow: 0 4px 12px rgba(154, 117, 131, 0.06);
    }
    
    .lp-ribbon-content h4 {
        font-size: 1.05rem;
    }
    
    .lp-ribbon-content p {
        font-size: 0.9rem;
    }
    
    .lp-demo {
        grid-template-columns: 1fr;
    }
    
    .lp-demo-phone {
        margin: 0 auto;
        width: min(100%, 240px);
    }
    
    .lp-starter {
        grid-template-columns: 1fr;
        padding: 28px;
    }
    
    .lp-starter-content {
        gap: 20px;
    }
    
    .lp-addon-grid {
        grid-template-columns: 1fr;
    }
    
    .lp-process {
        grid-template-columns: 1fr;
    }
    
    .lp-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .lp-actions {
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .lp-actions .btn {
        flex: 1;
        min-width: calc(50% - 6px);
        text-align: center;
        padding: 18px 16px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        min-height: 56px;
    }
    
    .lp-hero-trust {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 32px;
        margin-top: 32px;
        text-align: center;
    }
    
    .lp-trust-avatars {
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }
    
    .lp-trust-info {
        text-align: center;
    }
}
