﻿body {
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(138deg, #050d1f 0%, #091a34 40%, #0d2847 100%);
    display: flex;
    justify-content: center;
    padding: 16px 12px 32px;
    box-sizing: border-box;
    color: #eef3ff;
}

.wrap {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-panel {
    background: rgba(8, 18, 44, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 20px 24px 28px;
    box-shadow: 0 50px 80px rgba(2, 6, 20, 0.55);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-content {
    text-align: center;
}

.persona {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 4px 0 2px;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 16px rgba(5, 10, 26, 0.35);
}

.persona-meta {
    text-align: right;
}

.persona-name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #f7f8ff;
}

.persona-role {
    margin: 2px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.hero-content h1 {
    font-size: 32px;
    margin: 10px 0 10px;
    letter-spacing: -0.3px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(76, 169, 255, 0.16);
    font-size: 13px;
    font-weight: 600;
    color: #9fd6ff;
}

.lead {
    color: #d4ddff;
    line-height: 1.6;
    margin: 0 0 12px;
}

.checklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.checklist span {
    padding: 7px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 600;
    color: #f5f6ff;
}

.accuracy {
    font-size: 14px;
    font-weight: 600;
    color: #9fd6ff;
    margin: 4px 0 14px;
}

.info-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 16px 20px;
    text-align: right;
    color: #dfe6ff;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.info-title {
    font-size: 16px;
    font-weight: 700;
    color: #9fd6ff;
    margin: 0 0 10px;
}

.info-card p {
    margin: 0 0 10px;
}

.info-card p:last-child {
    margin-bottom: 0;
}

.info-card ul {
    margin: 0;
    padding: 0 18px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    direction: rtl;
}

.info-card ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #f2f5ff;
    font-weight: 500;
}

.second-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 16px;
    border: none;
    background: linear-gradient(90deg, #25D366 0%, #128C7E 100%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 20px 40px rgba(18, 140, 126, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: float 3s ease-in-out infinite;
}

.second-button:hover {
    animation-play-state: paused;
    transform: translateY(-3px);
    box-shadow: 0 28px 48px rgba(18, 140, 126, 0.45);
}

.second-button .wa-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-button .wa-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.cta-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.microcopy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

.hero-visual {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    width: 100%;
    /* min-height: 260px; */
    background: #0f1f3d;
}

.hero-visual img {
    width: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.1);
}

.overlay-card {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 10px 14px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    background: rgba(4, 12, 32, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(4, 6, 18, 0.5);
}

.overlay-label {
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9fd6ff;
    margin: 0 0 4px;
}

.overlay-symbol {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.overlay-note {
    margin: 2px 0 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.78);
}

.footer {
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.5;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (min-width: 768px) {
    .wrap {
        max-width: 520px;
    }

    .hero-content h1 {
        font-size: 36px;
    }
}
