/* NotiYape - Sección proyecto destacado (tema claro) */
.notiyape-showcase {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    margin: 0 20px 30px;
    border-radius: 24px;
    background: #ffffff;
    color: #0e2258;
    box-shadow: 0 8px 32px rgba(124, 58, 237, 0.08);
    border: 1px solid #ece5f8;
}

.notiyape-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.15;
    pointer-events: none;
}

.notiyape-glow-1 {
    width: 400px;
    height: 400px;
    background: #7c3aed;
    top: -100px;
    left: -80px;
    animation: notiyape-pulse 6s ease-in-out infinite;
}

.notiyape-glow-2 {
    width: 300px;
    height: 300px;
    background: #0554f2;
    bottom: -80px;
    right: -60px;
    animation: notiyape-pulse 8s ease-in-out infinite reverse;
}

@keyframes notiyape-pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.12); opacity: 0.45; }
}

.notiyape-info {
    position: relative;
    z-index: 2;
}

.notiyape-badge {
    display: inline-block;
    background: #7c3aed;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.notiyape-brand i {
    font-size: 36px;
    color: #7c3aed;
}

.notiyape-brand span {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #0e2258;
}

.notiyape-showcase h2 {
    color: #0e2258;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

.notiyape-desc {
    color: #5a6a85;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.notiyape-tags span {
    background: #f8f4ff;
    border: 1px solid rgba(124, 58, 237, 0.25);
    color: #7c3aed;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
}

.notiyape-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #ece5f8;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #0e2258;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(124, 58, 237, 0.06);
}

.notiyape-feature-item:hover {
    background: #ffffff;
    border-color: rgba(124, 58, 237, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.12);
}

.notiyape-feature-item i {
    color: #7c3aed;
    font-size: 18px;
    width: 22px;
    text-align: center;
}

.notiyape-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.btn-notiyape-primary {
    display: inline-block;
    background: linear-gradient(90deg, #a855f7, #7c3aed);
    color: #fff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.35);
}

.btn-notiyape-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(168, 85, 247, 0.45);
    color: #fff;
}

.notiyape-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.notiyape-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 35px;
}

.notiyape-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.btn-notiyape-outline {
    display: inline-block;
    background: #ffffff;
    color: #7c3aed !important;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 30px;
    border: 2px solid #7c3aed;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-notiyape-outline:hover {
    border-color: #7c3aed;
    color: #fff !important;
    background: #7c3aed;
}

.notiyape-demo-tab {
    flex: 1;
    background: #ffffff;
    border: 1px solid #ece5f8;
    color: #5a6a85;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.notiyape-demo-tab:hover {
    background: #f8f4ff;
    color: #7c3aed;
    border-color: rgba(124, 58, 237, 0.3);
}

.notiyape-demo-tab.active {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #ffffff;
}

.notiyape-phone {
    background: #f0f2f5;
    border: 1px solid #e0e0e5;
    border-radius: 28px;
    padding: 16px;
    max-width: 320px;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.12);
}

.notiyape-phone-notch {
    background: #d0d0d5;
}

.notiyape-panel-mock {
    background: #f0f2f5;
    border: 1px solid #e0e0e5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.12);
}

.notiyape-panel-header {
    background: #e8eaed;
    border-bottom: 1px solid #d0d4d9;
}

.notiyape-panel-header p {
    color: #555;
}

.notiyape-panel-body {
    padding: 24px;
    background: #fff;
}

.notiyape-login-card {
    background: #f8f4ff;
    border: 1px solid #ece5f8;
    border-radius: 12px;
    padding: 24px;
    max-width: 340px;
    margin: 0 auto;
}

.notiyape-login-card h3 {
    color: #0e2258;
    font-size: 18px;
    margin-bottom: 4px;
    text-align: center;
}

.notiyape-login-card > p {
    color: #5a6a85;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.notiyape-field label {
    color: #5a6a85;
}

.notiyape-field input {
    background: #ffffff;
    border: 1px solid #dce0e8;
    color: #0e2258;
}

.notiyape-stat {
    background: #f8f4ff;
    border: 1px solid #ece5f8;
}

.notiyape-stat strong {
    color: #7c3aed;
}

.notiyape-stat small {
    color: #5a6a85;
}

.notiyape-live-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    color: #7c3aed !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.notiyape-tab-panel { display: none; }
.notiyape-tab-panel.active { display: block; }

.notiyape-demo {
    position: relative;
    z-index: 2;
}

.notiyape-demo-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.notiyape-demo-tab i { margin-right: 6px; }

.notiyape-phone-notch {
    width: 80px;
    height: 6px;
    border-radius: 3px;
    margin: 0 auto 14px;
}

.notiyape-phone-screen {
    background: #f5f5f7;
    border-radius: 18px;
    overflow: hidden;
    min-height: 380px;
}

.notiyape-phone-header {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    padding: 16px;
    color: #fff;
    text-align: center;
}

.notiyape-phone-header h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.notiyape-phone-header small {
    font-size: 11px;
    opacity: 0.85;
}

.notiyape-notif-list {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 300px;
}

.notiyape-notif {
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.notiyape-notif.visible {
    opacity: 1;
    transform: translateY(0);
}

.notiyape-notif-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.notiyape-notif-body strong {
    display: block;
    font-size: 13px;
    color: #1a1035;
}

.notiyape-notif-body span {
    font-size: 11px;
    color: #888;
}

.notiyape-notif-amount {
    margin-left: auto;
    font-size: 15px;
    font-weight: 800;
    color: #7c3aed;
    flex-shrink: 0;
}

.notiyape-panel-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
}

.notiyape-panel-header span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.notiyape-panel-header span:nth-child(1) { background: #ff5f57; }
.notiyape-panel-header span:nth-child(2) { background: #febc2e; }
.notiyape-panel-header span:nth-child(3) { background: #28c840; }

.notiyape-panel-header p {
    margin: 0 0 0 10px;
    font-size: 13px;
    font-family: monospace;
}

.notiyape-field {
    margin-bottom: 14px;
}

.notiyape-field label {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}

.notiyape-field input {
    width: 100%;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
}

.notiyape-login-btn {
    width: 100%;
    background: linear-gradient(90deg, #a855f7, #7c3aed);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 6px;
    cursor: default;
}

.notiyape-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.notiyape-stat {
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}

.notiyape-stat strong {
    display: block;
    font-size: 18px;
}

.notiyape-stat small {
    font-size: 10px;
}

.notiyape-live-link:hover { color: #6d28d9 !important; }

@media (max-width: 991px) {
    .notiyape-showcase {
        padding: 70px 0;
        margin: 0 12px 20px;
        border-radius: 18px;
    }
    .notiyape-showcase h2 { font-size: 28px; }
    .notiyape-demo { margin-top: 50px; }
    .notiyape-features { grid-template-columns: 1fr; }
}
