/* ============================================================
   Academy360 sayfasına özel stiller
   (Views/Solutions/Academy360.cshtml — başka sayfada yüklenmez)
   Ürün ekranlarını temsil eden HTML maketleri marka mavisiyle çizilir.
   ============================================================ */

/* ---------- Maket pencere ---------- */
.as-window {
    background: #fff;
    border: 1px solid #e4e9f2;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(13, 18, 56, .10);
    overflow: hidden;
    text-align: left;
    color: #232323;
}

.as-window-lg {
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(13, 18, 56, .14);
}

.as-window-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #edf0f6;
    background: #f7f9fc;
}

.as-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.as-dot:nth-child(1) { background: #f1b7b7; }
.as-dot:nth-child(2) { background: #f1dca8; }
.as-dot:nth-child(3) { background: #b9dcc2; }

.as-window-title {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #232323;
}

.as-pill {
    margin-left: auto;
    padding: 3px 12px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #e4e9f2;
    font-size: 11px;
    color: #717580;
    white-space: nowrap;
}

.as-window-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.as-window-lg .as-window-body {
    padding: 26px;
    gap: 18px;
}

.as-sample {
    font-size: 10px;
    color: #a3a8b3;
    text-align: right;
}

/* ---------- Hero panel maketi ---------- */
.as-select {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.as-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4368b1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.as-kpi {
    flex: 1;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f3f6fb;
}

.as-kpi strong {
    display: block;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    color: #0d1238;
}

.as-kpi span {
    font-size: 12px;
    color: #717580;
}

.as-alert {
    padding: 14px 16px;
    border-radius: 10px;
    background: #eef3fb;
    border: 1px solid #d3def1;
}

.as-alert-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #2d4a85;
}

/* ---------- Liste satırları ---------- */
.as-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    background: #f3f6fb;
    font-size: 13px;
}

.as-row-name { font-weight: 600; }

.as-row-meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #717580;
    white-space: nowrap;
}

.as-row-meta strong { color: #232323; }
.as-row-meta .as-accent { color: #4368b1; }

.as-row-highlight {
    background: #eef6fb;
    border: 1px solid #cfe6f1;
}

/* ---------- Durum rozetleri ---------- */
.as-status {
    padding: 3px 10px;
    border-radius: 30px;
    background: #eef1f6;
    color: #717580;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.as-status-success { background: #e6f4ec; color: #2f7a4f; }
.as-status-warning { background: #fdf3e1; color: #9a6412; }
.as-status-danger  { background: #fbe9e9; color: #a83a3a; }

/* ---------- Sekmeler ---------- */
.as-tabs {
    display: flex;
    gap: 4px;
    padding: 10px 16px 0;
    border-bottom: 1px solid #edf0f6;
    overflow-x: auto;
}

.as-tabs span {
    padding: 8px 12px;
    font-size: 12px;
    color: #717580;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.as-tabs .is-active {
    color: #4368b1;
    font-weight: 700;
    border-bottom-color: #4368b1;
}

.as-actions {
    display: flex;
    gap: 6px;
}

.as-action {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #e4e9f2;
    background: #fff;
    color: #717580;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: border-color .15s ease, color .15s ease;
}

.as-action:hover {
    border-color: #4368b1;
    color: #4368b1;
}

/* ---------- Ödeme planı seçenekleri ---------- */
.as-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.as-plan {
    flex: 1;
    min-width: 70px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #e4e9f2;
    background: #fff;
    font-size: 11px;
    text-align: center;
}

.as-plan.is-active {
    border: 1.5px solid #4368b1;
    background: #eef3fb;
    color: #2d4a85;
    font-weight: 700;
}

.as-total {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #edf0f6;
    font-size: 13px;
}

/* ---------- Ekran bölümü satır aralığı ---------- */
.as-shot + .as-shot { margin-top: 80px; }

@media (max-width: 991px) {
    .as-shot + .as-shot { margin-top: 60px; }
}

/* ---------- Adım numaraları ---------- */
.as-step-number {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-image: linear-gradient(to right top, #0d1238, #2d4a85, #4368b1, #588dc9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(67, 104, 177, .30);
}

/* ---------- Kimler için ---------- */
.as-audience {
    height: 100%;
    padding: 26px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e4e9f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #232323;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.as-audience i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef3fb;
    color: #4368b1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.as-audience:hover {
    border-color: #4368b1;
    box-shadow: 0 12px 28px rgba(13, 18, 56, .10);
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    .as-window-lg .as-window-body { padding: 18px; }
    .as-kpi { padding: 12px; }
    .as-kpi strong { font-size: 20px; }
    .as-row-meta { gap: 10px; }
}
