/*
Theme Name: lp-basic
Description: Fixed-page LP theme with per-page CTA link settings.
Version: 1.1.6
Author: LP Basic
*/

html {
    margin: 0 !important;
}

body.lp-basic-page,
body.page-template-page-lp {
    margin: 0;
    background: #eaf1f8;
}

body.lp-basic-page .lp-shell,
body.page-template-page-lp .lp-shell,
.lp-shell {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 0;
    background: #eaf1f8;
}

body.lp-basic-page .lp-canvas,
body.page-template-page-lp .lp-canvas,
.lp-canvas {
    width: min(100%, 430px);
    overflow: hidden;
    background: #ffffff;
}

.lp-slice {
    position: relative;
    margin: 0;
    line-height: 0;
    background: #ffffff;
}

.lp-slice--story {
    border-top: 18px solid #eef8ff;
}

.lp-slice img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.cta-hotspot {
    position: absolute;
    z-index: 5;
    display: block;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    box-shadow: none;
    animation: none;
    mix-blend-mode: normal;
}

.cta-hotspot::before {
    content: "";
    display: none;
}

.lp-cta-shine-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
    pointer-events: none;
    border: 0;
    opacity: 0.82;
    mix-blend-mode: screen;
    transform: none;
}

.cta-hotspot::after {
    content: "";
    display: none;
}

.lp-basic-shine-layer {
    display: none;
}

.cta-hotspot .lp-kirari {
    display: none;
}

.lp-basic-shine-layer::before {
    content: "";
    position: absolute;
    top: -55%;
    left: -42%;
    width: 28%;
    height: 220%;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 16%, rgba(255, 255, 255, 0.82) 39%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.82) 61%, rgba(255, 255, 255, 0.08) 84%, transparent 100%);
    filter: blur(0);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.9);
    transform: skewX(-22deg) translateX(0);
    opacity: 0;
    animation: lp-basic-visible-sweep 2.1s ease-in-out infinite;
}

.lp-basic-shine-layer::after {
    content: "";
    display: none;
}

.cta-hotspot:active {
    transform: scale(0.985);
}

.cta-hotspot--fv {
    left: 4.8%;
    right: 4.8%;
    bottom: 6.3%;
    height: 9.7%;
}

.cta-hotspot--steps {
    left: 7.6%;
    right: 7.4%;
    bottom: 4.9%;
    height: 9.5%;
}

.cta-hotspot--offer {
    left: 8.2%;
    right: 8.2%;
    bottom: 5.7%;
    height: 9.2%;
}

.lp-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 18px 12px 22px;
    background: #ffffff;
    color: #52677f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.lp-footer a {
    color: #52677f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@keyframes lp-basic-sweep {
    0%,
    45% {
        transform: skewX(-22deg) translateX(0);
        opacity: 0;
    }

    58% {
        opacity: 1;
    }

    78%,
    100% {
        transform: skewX(-22deg) translateX(430%);
        opacity: 0;
    }
}

@keyframes lp-basic-flash {
    0%,
    54%,
    100% {
        opacity: 0;
    }

    62% {
        opacity: 1;
    }
}

@keyframes lp-basic-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.012);
    }
}

@keyframes lp-basic-hotspot-kirari {
    0%,
    24% {
        background-position: 160% 0;
    }

    68%,
    100% {
        background-position: -160% 0;
    }
}

@keyframes lp-basic-visible-sweep {
    0%,
    28% {
        transform: skewX(-22deg) translateX(0);
        opacity: 0;
    }

    36% {
        opacity: 1;
    }

    62%,
    100% {
        transform: skewX(-22deg) translateX(520%);
        opacity: 0;
    }
}

@keyframes lp-basic-cta-kirari {
    0%,
    30% {
        opacity: 0;
        transform: skewX(-22deg) translateX(0);
    }

    40% {
        opacity: 1;
    }

    62% {
        opacity: 1;
    }

    74%,
    100% {
        opacity: 0;
        transform: skewX(-22deg) translateX(520%);
    }
}

@keyframes lp-kirari-run {
    0%,
    25% {
        opacity: 0;
        transform: skewX(-22deg) translateX(0);
    }

    36%,
    58% {
        opacity: 1;
    }

    76%,
    100% {
        opacity: 0;
        transform: skewX(-22deg) translateX(440%);
    }
}

@keyframes lp-basic-visible-glow {
    0%,
    40%,
    100% {
        opacity: 0;
    }

    55% {
        opacity: 1;
    }
}
