.xperia-intro-call-card-wrap {
    width: 100%;
    max-width: 494px;
    margin: 0 auto;
    font-family: Inter, Arial, sans-serif;
}

.xperia-intro-call-card {
    position: relative;
    width: 389.16px;
    height: 274.84px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 24px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    transform: rotate(1deg);
    isolation: isolate;
    overflow: visible;
    margin-left: auto;
}

.xperia-intro-call-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.002);
    box-shadow:
        0px 30px 80px -30px rgba(0, 0, 0, 0.6),
        inset 0px 1px 0px 1px rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    z-index: 0;
}

.xperia-intro-call-top,
.xperia-intro-call-card h3,
.xperia-intro-call-sub,
.xperia-intro-call-divider,
.xperia-intro-call-list {
    position: relative;
    z-index: 2;
}

.xperia-intro-call-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 142px;
    width: 339.16px;
    height: 28.6px;
    margin-bottom: 11.24px;
}

.xperia-intro-call-label {
    width: 82px;
    color: #97A9A6;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.xperia-intro-call-status {
    display: inline-flex;
    align-items: center;
    gap: 7.19px;
    width: 114.19px;
    height: 28.6px;
    padding: 4.8px 12px;
    box-sizing: border-box;
    border-radius: 999px;
    background: rgba(52, 211, 153, 0.08);
    border: 1px solid rgba(52, 211, 153, 0.25);
    color: #6EE7B7;
    font-size: 11.2px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 0.896px;
    text-transform: uppercase;
    white-space: nowrap;
}

.xperia-intro-call-status i {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 999px;
    background: #34D399;
    box-shadow: 0px 0px 10px #34D399;
    flex: 0 0 6px;
}

.xperia-intro-call-card h3 {
    width: 339.16px;
    margin: 0;
    padding-top: 11.2449px;
    color: #F5FAF8;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.xperia-intro-call-sub {
    width: 339.16px;
    margin: 0;
    padding: 0 0 15.9931px;
    color: #97A9A6;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.xperia-intro-call-divider {
    width: 339.16px;
    height: 1px;
    margin: 0;
    background: linear-gradient(
        90deg,
        rgba(110, 231, 183, 0) 0%,
        rgba(110, 231, 183, 0.5) 50%,
        rgba(110, 231, 183, 0) 100%
    );
}

.xperia-intro-call-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 339.16px;
    margin: 0;
    padding: 16px 0 0;
    list-style: none;
}

.xperia-intro-call-list li {
    position: relative;
    min-height: 20px;
    padding-left: 24px;
    color: #F5FAF8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.xperia-intro-call-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #71FFD7;
    font-size: 16px;
    line-height: 20px;
}

.xperia-intro-call-reply {
    position: absolute;
    left: -18.58px;
    bottom: -13.55px;
    width: 169px;
    height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    box-sizing: border-box;
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        rgba(43, 255, 195, 0.16) 0%,
        rgba(43, 255, 195, 0.04) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    transform: rotate(-2deg);
    z-index: 5;
}

.xperia-intro-call-reply-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: rgba(113, 255, 215, 0.15);
    border: 1px solid rgba(113, 255, 215, 0.3);
    color: #71FFD7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex: 0 0 32px;
}

.xperia-intro-call-reply span {
    display: block;
    color: #AAAAAA;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.xperia-intro-call-reply strong {
    display: block;
    color: #F5FAF8;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .xperia-intro-call-card-wrap {
        max-width: 100%;
        padding: 30px 15px 0px;
    }

    .xperia-intro-call-card {
        width: 100%;
        height: auto;
        min-height: 274.84px;
    }

    .xperia-intro-call-top,
    .xperia-intro-call-card h3,
    .xperia-intro-call-sub,
    .xperia-intro-call-divider,
    .xperia-intro-call-list {
        width: 100%;
    }

    .xperia-intro-call-top {
        gap: 16px;
    }

    .xperia-intro-call-card h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .xperia-intro-call-reply {
        left: 10px;
        bottom: -28px;
    }
}

.xperia-intro-call-reply {
    animation: xperiaReplyFloat 3.5s ease-in-out infinite;
    transform-origin: center;
}

.xperia-intro-call-reply:hover {
    animation-play-state: paused;
}

.xperia-intro-call-reply-icon {
    animation: xperiaReplyIconGlow 2.2s ease-in-out infinite;
}

@keyframes xperiaReplyFloat {
    0% {
        transform: rotate(-2deg) translateY(0) scale(1);
    }

    50% {
        transform: rotate(-2deg) translateY(-8px) scale(1.02);
    }

    100% {
        transform: rotate(-2deg) translateY(0) scale(1);
    }
}

@keyframes xperiaReplyIconGlow {
    0% {
        box-shadow: 0 0 0 rgba(113, 255, 215, 0);
    }

    50% {
        box-shadow: 0 0 18px rgba(113, 255, 215, 0.45);
    }

    100% {
        box-shadow: 0 0 0 rgba(113, 255, 215, 0);
    }
}