.lotus-page .hero-section {
    padding: 112px 0 84px;
    background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

.lotus-page .hero-subtitle {
    max-width: 780px;
}

.lotus-hero-visual {
    max-width: 860px;
    margin: 42px auto 0;
    padding: 0 24px;
}

.lotus-assistant-panel {
    background: #ffffff;
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    box-shadow: 0 24px 55px -32px rgba(59, 130, 246, 0.7);
    overflow: hidden;
    text-align: left;
}

.lotus-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #dbeafe;
    background: #ffffff;
}

.lotus-panel-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.lotus-panel-logo {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eff6ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.lotus-panel-logo img {
    width: 28px;
    height: 28px;
}

.lotus-panel-title {
    display: grid;
    gap: 2px;
}

.lotus-panel-title strong {
    color: #0f172a;
    font-size: 1rem;
}

.lotus-panel-title span {
    color: #64748b;
    font-size: 0.9rem;
}

.lotus-panel-status {
    color: #10b981;
    font-size: 0.86rem;
    font-weight: 700;
    white-space: nowrap;
}

.lotus-panel-body {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.lotus-message {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.lotus-message i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eff6ff;
    color: #3b82f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.lotus-message p {
    margin: 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    color: #334155;
}

.lotus-action-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 4px;
}

.lotus-action-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    font-size: 0.92rem;
    font-weight: 700;
}

.lotus-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.lotus-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.45);
}

.lotus-info-card i {
    color: #3b82f6;
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.lotus-info-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
}

.lotus-info-card p {
    margin: 0;
}

.lotus-boundary-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.lotus-boundary-list li {
    display: flex;
    gap: 10px;
    color: #475569;
}

.lotus-boundary-list i {
    margin-top: 4px;
    color: #10b981;
}

.lotus-boundary-list .is-limited i {
    color: #f97316;
}

.lotus-final-section {
    padding: 96px 0;
    text-align: center;
    background: #ffffff;
}

.lotus-final-section .container {
    max-width: 820px;
}

@media (max-width: 720px) {
    .lotus-page .hero-section {
        padding: 92px 0 72px;
    }

    .lotus-panel-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .lotus-panel-status {
        white-space: normal;
    }
}
